Question: Write a small program using floating-point operations in Reverse Polish Notation to evaluate the following: Surface Area of sphere = 4nr Assume the user
Write a small program using floating-point operations in Reverse Polish Notation to evaluate the following: Surface Area of sphere = 4nr Assume the user will enter a positive real numbers for radius and height. Example Run: Enter radius: 2.3 Surface area: 66.4761005499 (9 marks)
Step by Step Solution
There are 3 Steps involved in it
DATA SEGMENT R DB RES DB 10 DUP MSG1 DB ENTER RADIUS MS... View full answer
Get step-by-step solutions from verified subject matter experts
