Write a program to print your
Name , Class and Section and Name of the School in
separate lines.(java)(write the whole script)
Answers
Answered by
1
Answer:
class myself
{
public static void main( String args[])
{
System.out.println("My name is ")
System .out.println ("My class and section is")
System.out.println("My school name is")
}
}
Similar questions