quiz حل الأسئلة الجامعية manage_search الأرشيف

تم الحل ✓
categoryبرمجة وتطوير البرمجيات schoolبكالوريوس event_available2026-07-14

السؤال

Transcribed Image Text:

9. A paper cup is designed to have a geometry of a frustum of a cone. Write a user-defined function that determines the volume and the surface area (side plus bottom) of the cup for given values of r, R, and h. For the function name and arguments, use [V, S] = VolsArea (r, R, h). The input arguments r, R, and h are the radius of the base, the radius of the top and the height, respectively (all in units of inches). The out- put arguments V and S are the volume (in units of U.S. fluid ounce) and the surface area (in units of in.²), respectively. Use the function to determine the volume and the surface area of cups with the following dimensions: (a) r = 2 in., R = 3.5 in., h = 4.25 in. (b) r=2.5in., R = 3.5 in., h = 4.5 in.

check_circle الجواب — حل مفصل خطوة بخطوة

hourglass_top