Computer Science, asked by vino1321, 1 year ago

how to write an algorithm for finding simple interest and compound interest in one

Answers

Answered by nikhil8496
1
C Program to calculate gross salary of a person. READ: amount, rate, time SI= ((amount*rate*time)/100) START PRINT SI STOP. ... C program for number triangle pyramid START READ number as num i=1 Is i<=num sum=sum+(i*i) i=i+1 PRINT sum STOP.
Similar questions