What is the output ?
public class ask
{
public static void main (String ...k)
{
int x,y,z;
x=60;y=67;
z=x*y;
System.out.println("z="z);
}
}



Posted on by