You are on page 1of 1

//////////////////////////////////////////////////////////////

// WAP to Calculate SI
//
//
//
//
//
//
//
//
//
//
//
//
//
//////////////////////////////////////////////////////////////
Class SI
{
p.s.v.m(String argvcj)
{
int P,R,T,SI;
P=2000;
R=15;
T=3;
SI=(P*R*T)/100;
System-op=("The SI is"=+ans);
}
}

You might also like