0% found this document useful (0 votes)
2 views1 page

Program No 2

Uploaded by

udaya.avcs0102
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Program No 2

Uploaded by

udaya.avcs0102
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Program No.

: 2 Calculate Simple Interest


Aim:

To develop a Python program to calculate simple interest

Algorithm:

Step 1: Start the process

Step 2: Create a variable as P, R, and T

Step 3: Assign the value to the variable.

Step 4: Calculate Simple_interest = (P * R * T) / 100.

Step 5: Print the Simple_interest

Step 6: Stop the process

Program:

Output: The simple interest is: 24.0

You might also like