Computer Science, asked by Isha20076, 6 months ago

Write a Java Program to describe about your friends in five different output statements...


please help me dear friends
please​

Answers

Answered by EkangshSah
1

Start the program

Now note this step.

System.out.println("Friend description");

Write the println statement 5 times for different friends.

End main method

End class

Your program is ready to be executed.

Hope you liked the answer

Answered by LastShinobi
3

Answer:

Java Program for friends in five statement

class buddy

{

public static void main (String args[])

{

system.out.println("Now the statement");

system.out.println(" 2nd statement");

system.out.println(" 3rd statement");

system.out.println(" 4th statement");

system.out.println(" 5th statement");

}

}

Explanation:

This will give you the output for friends in five statement

Hope it will help you

Similar questions