Use two-way selection if-else with logical operator and or


The gravitational attraction between any two objects in the universe is given by the following formula:

Force of Gravity = (G * m * n) / r2

Where m and n are masses of the objects in kilograms, r is the distance between them in meters, and G is the gravitational constant 6.67 * 10-11 java program that prompts the user to enter mn, and r, then calculates and prints the Force of Gravity if the user inputs are valid.

  • Use two-way selection (if-else) with logical operator (AND / OR) structure to validate the user inputs. Display an error message if the inputs are invalid.
  • Basically, if all three values (m, n, and r) are greater than 0, they are valid. If one of them is less than or equal to 0, they are not valid.

Solution Preview :

Prepared by a verified Expert
Business Management: Use two-way selection if-else with logical operator and or
Reference No:- TGS02921990

Now Priced at $20 (50% Discount)

Recommended (98%)

Rated (4.3/5)