Pseudocode Python Questions
Pseudocode Python Questions
Write a pseudocode to find the sum of two numbers where one number is 100
and the other is 200.
Formula: Sum = 100 + 200
2. Write a pseudocode to find the average of three given numbers: 20, 30, and 40.
Formula: Average = (20 + 30 + 40) / 3
5. Write a pseudocode to ask the user for their name and print a greeting.
12. Write a pseudocode to calculate the power generated while running using
mass, height climbed, and time taken.
Formula: Power (P) = (Mass × g × Height) / Time
Where g = 9.81 m/s² (acceleration due to gravity)
13. Write a pseudocode to calculate the volume and surface area of a sphere based
on its radius.
Formulas: