Wap a program to enter your name and school in seperate line
Answers
Answered by
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