Computer Science, asked by Pogo2122, 4 months ago

write a program to print your Name,class and School name in JAVA​

Answers

Answered by Anonymous
7

Exᴘᴀɪɴᴀᴛɪᴏɴ:-

For Ans. refer Above attachment helps u☺️

Ǵúd ńӳt❤

Attachments:
Answered by safashamon567
0

public class java

{

   public void display()

   {

       System.out.println("My name is (name)");

       System.out.println("My class is (class)");

       System.out.println("My school name is (school name)");

   }

}

Similar questions