What will be the output
package aiml1;
public class Sookshams {
public static void main(String[]args)
{
float P=2,R=6,T=1;
float SI= ((P*T*R)/100);
System.out.println("Simple interest="SI);
}
}

Posted on by