Computer Science, asked by coolsaumya77, 8 months ago

Write a program in Java to display your name, class, section, your favourite IPL team and your favourite player. Give the output of the program.

Answers

Answered by samerasudeesh216
1

Answer:

CODE :

=_= You ignored my comments . I am writing in JAVA ..

class show_off

{

public void main()

{

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

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

System.out.println("My section "):

System.out.println("MY favourite ipl team");

System.out.println("MY favourite ipl player");

}//end of beautiful main method

}//end of the ever beautiful class

NOTE :

(i) Never write the COMMENTS starting from //

(ii) Give a good class name please .

(iii) System.out.println() prints the line .

(iv) Write this code in BlueJ or any other compiler.

Hope you need JAVA program only..

Explanation:

Similar questions