Q4/ Answer only one branch: A/ Write a C++ program to find the area and the volume of a cylinder for the following heights(h): (2, 4, 6, 8) and (1, 3, 5, 7). area of a sylinder = 2 n r2 + 2 n r h...


Q4/ Answer only one branch:<br>A/ Write a C++ program to find the area and the volume of a cylinder for the following heights(h):<br>(2, 4, 6, 8) and (1, 3, 5, 7).<br>area of a sylinder = 2 n r2 + 2 n r h<br>Volume of a sylinder = n r² h<br>22<br>,where the base radius(r) = 5, n = = or 3. 14.<br>7<br>

Extracted text: Q4/ Answer only one branch: A/ Write a C++ program to find the area and the volume of a cylinder for the following heights(h): (2, 4, 6, 8) and (1, 3, 5, 7). area of a sylinder = 2 n r2 + 2 n r h Volume of a sylinder = n r² h 22 ,where the base radius(r) = 5, n = = or 3. 14. 7

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here