Computer Science, asked by prishakapoor7678, 9 months ago

Wap a program to enter your name and school in seperate line

Answers

Answered by kamleshgarg
1

class P1

{

void main ( )

{

System.out.println ("Name : Kanika Singh \n" + "School : DPS ");

}

}

You have to print your own name and school. Hope it helps

Please make it the Branliest Answer

Similar questions