Question: In Java What's wrong with the following program: Class C1e4 { public static void Main(String args) { system.out.println(C1e4); } } Compile and run it to
In Java
What's wrong with the following program:
Class C1e4
{
public static void Main(String args)
{
system.out.println("C1e4");
}
}
Compile and run it to check your answer. Fix the program so that it runs correctly.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
