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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!