Question: i need a running code in java public static void main(String [] args) { proportion = 6; System.out.print(Is Pluto a planet?); System.out.print(Some people think so,
i need a running code in java
public static void main(String [] args) { proportion = 6;
System.out.print("Is Pluto a planet?"); System.out.print("Some people think so, ); System.out.print("but others don't."); System.out.print("The Moon's mass is ' + proportion + " times Pluto's."); System.out.print("Not much of a planet, is it."); }
The correct output of the program is:
Is Pluto a planet? Some people think so, but others don't. The Moon's mass is 6 times Pluto's. Not much of a planet, is it?
End the last output with a newline.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
