Cone is a three-dimensional structure having a circular base where a set of line segments, connect all of the points on the base to a common point called apex. A cone can be seen as a set of...


Cone is a three-dimensional structure having a circular base where a set of line<br>segments, connect all of the points on the base to a common point called apex. A<br>cone can be seen as a set of non-congruent circular discs that are stacked on one<br>another such that ratio of the radius of adjacent discs remains constant. The area<br>is a cone is computed as<br>A =<br>(s sin(x))?<br>where,

Extracted text: Cone is a three-dimensional structure having a circular base where a set of line segments, connect all of the points on the base to a common point called apex. A cone can be seen as a set of non-congruent circular discs that are stacked on one another such that ratio of the radius of adjacent discs remains constant. The area is a cone is computed as A = (s sin(x))? where, "s" is the slant and "x" is the angle in radian. Write a C++ program that computes the area A of Cone by reading its parameter from a text file "input.txt". Each line of the file represents the Cone name, the slant "s" and the angle "x" of a Cone, respectively. The program should read each line to compute the area A of each Cone. It should also display the minimum computed area. Your program should implement the following functions: Area(): This function receives the values of "s", and "x" then computes and ng9 returns the value of area A. Print(): This function receives the name of Cone and the computed area A then hav displays on the output screen. The input file and sample output are as shown below: Atwte Windows eftings to activat

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here