simple intrest program

double p,t,r si;
p=1000;
t=5;
r=3;
si=p×t×r;
System.out.println(si);

Comments

Popular posts from this blog