need corrections so feel free to use it to guide you in your answer. Here is the task: Using Raptor build a flowchart code for calculating the radii, volumes, and surface areas of circumscribed and inscribed spheres of a cube with given side a, as input. results should be printed out for the given value of a. a. Values of a are read individually, using Input symbol. b. Values of a are read from a file. A minimum number of five values is sufficient, for a’s. [Hint: use the command Redirect_Input(Tru
Please write me a flowchart for the below task. I have attached the flowchart code for this task below but it might be missing something or need corrections so feel free to use it to guide you in your answer. Here is the task:
Using Raptor build a flowchart code for calculating the radii, volumes, and surface areas
of circumscribed and inscribed spheres of a cube with given side a, as input. results
should be printed out for the given value of a.
a. Values of a are read individually, using Input symbol.
b. Values of a are read from a file. A minimum number of five values is sufficient,
for a’s.
[Hint: use the command Redirect_Input(True), for reading your data from a file. The file should be written in plain
text format with each data point written on separate line. The data file should reside in the same folder as the Raptor
code file is.]
Cube Side | a (given) | Volume | Surface |
Inscribed sphere | R=a/2 | π a^3 /6 | π a^2 |
Circumscribed sphere | R=a √3/2 | π a^3 √3 /2 | 3 π a^2 |
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images