find simple intrest. ask value of P R N from the user and pass in to the function and receive an answer. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

find simple intrest. ask value of P R N from the user and pass in to the function and receive an answer.

Fast please ....it's my project

13th Dec 2017, 2:12 PM
RUTVIK JOSHI
RUTVIK JOSHI - avatar
1 Answer
+ 1
int func(P,R,N){ return(P*R*N); }
14th Dec 2017, 6:21 AM
Michael Simnitt
Michael Simnitt - avatar