Computer Science, asked by kunalvishnoi2018, 1 year ago

plz.. write this java program.

Attachments:

Answers

Answered by Anonymous
0

Answer:

public class calc

{

public static void main (String args[ ])

{

Scanner sc= new Scanner (System.in);

int p,r,t;

/*

sopln("enter...

p=sc.nextInt()....

scan all variable

*/

int si=0;

si=(p*r*t)/100;

p=p+si;

sopln("simple interest is:" si);

}

}

mark brainliest

Similar questions