6. Find the error in the following pseudocode. Declare Real pi Set XXXXXXXXXX = pi Display "The value of pi is ", pi  Find the error in the following pseudocode. Constant Real GRAVITY = 9.81 Display...

6. Find the error in the following pseudocode. Declare Real pi Set 3.14159265 = pi Display "The value of pi is ", pi  Find the error in the following pseudocode. Constant Real GRAVITY = 9.81 Display "Rates of acceleration of an object in free fall:" Display "Earth: ", GRAVITY, " meters per second every second." Set GRAVITY = 1.63 Display "Moon: ", GRAVITY, " meters per second every second."

Dec 17, 2021
SOLUTION.PDF

Get Answer To This Question