Class helloword{
Public static void main(string[]args)
{
float x=10;
float y=20;

System.out.println("x/y");
System.out.println("x%y");
System.out.println("x+y");
System.out.println("x-y");
System.out.println("x*y");
}
}

Posted on by