Computer Science, asked by kunalvishnoi2018, 1 year ago

plz.. write this java program.

Attachments:

Answers

Answered by horrordangerous3
0

Answer:

Explanation:

0101010101it is java language

Answered by aswinvsivan123
0

Answer:Here is the program:

public class Amount

{

public void accept (int p, int r, int ť)

{

double si;

double a

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

a = p +si;

System. out.println("The amount="+a);

}

}

Similar questions