Computer Science, asked by abhimanyu9696, 11 months ago

write down the syntax of output statament in java programming with an example​

Answers

Answered by devkrish28
1

Answer:

class pro1

{

public static void main()

{

System.out.println("Hello");

}

}

Explanation:

Similar questions