1.

Write a program in java to print your school name in four different lines​

Answer»

ong>Java program to print your name FOUR times:

class Name

{

PUBLIC static void MAIN (string ARGS [])

{

int C=0;

while (c<4)

{

System.out.println ("Your School Name");

c++

}

}

}



Discussion

No Comment Found