Science, asked by asifazeezeau, 2 months ago

write a menu driven program to compute and display simple and compound intrest​

Answers

Answered by haribhati128
0

Answer:

Input principle amount in some variable say principle .

Input time in some variable say time .

Input rate in some variable say rate .

Find simple interest using formula SI = (principle * time * rate) / 100 .

Finally, print the resultant value of SI .

Similar questions