Computer Science, asked by syedi7948, 1 year ago

WAP in Java to input Principal(p), Rate(r), Time(t). Calculate and display the amount, which is compounded annually for each year by using the formula:

Simple Internet (si) =prt/100
p=p+si.what is the output of this program ​

Answers

Answered by macs45
0

//Program to find SI

import java.util.*;

public class SI

{

public static void main

{

Scanner sc

}

}

Similar questions