41. Write a program to display simple interest.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Algorithm:

Step 1: Start

Step 2: input Principal, Time, Rate. (P, T, R)

Step 3: I = P * T *R / 100

Step 4: Print “ Simple Interest “ I

Step 5: Stop/End 

Flowchart:

Create a flowchart to display simple interest
Create a flowchart to display simple interest
Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

40. Write a program to display cost of painting the four walls of a room.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Next Post

42. Write a program to input number as paise and convert into rupees only.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Related Posts