write down the syntax of output statament in java programming with an example
Answers
Answered by
1
Answer:
class pro1
{
public static void main()
{
System.out.println("Hello");
}
}
Explanation:
Similar questions