Public class simpleinrest{
Public statc void main(String[] args){
int si,p,t,r;
p=200;
t=12;
r=10;
Si=(p*t*r))/100;
System.out.println(Si);
}
}

What is the output of java program

Posted on by