WAP in java to print the simple interest,amount and compound interest
Answers
Answered by
3
the above given pic contains ur answer
Attachments:
EliaKulsum:
thanks but it is of a higher level. i need a class 9 standard answer. anyways,thankyou for your help
Answered by
0
Explanation:
JAVA
public class Main.
{
public static void main (String args[])
{ float p, r, t, si; // principal amount, rate, time and simple interest respectively.
p = 13000; r = 12; t = 2;
si = (p*r*t)/100;
System.out.println("Simple Interest is: " +si);
Similar questions
Math,
8 months ago
Math,
8 months ago
Social Sciences,
1 year ago
Science,
1 year ago
Math,
1 year ago