Fill in the blanks to complete the following function according to the description provided. Description of the function: The DataRequest function asks the user for the radius of a cylinder base (r) and the height of the cylinder (h). The function only fills in the 2 data. Another function will use these 2 data later. Important Instructions: If any of the spaces to be filled in should remain empty, place an X as an answer. -When you need to define the variables, use the variable name as it is used in the code of the function provided. -For reference, remember that the data types are int, double, char, bool. ********PideDatos = askfor data Entre el radio de la base del cilindro = enter the cylinder's base radius. Radio invalido = Invalid radius Entre altura = Enter height Altura invalida = invalid height******
Fill in the blanks
to complete the following function according to the description provided.
Description of the function:
The DataRequest function asks the user for the radius of a cylinder base (r) and the height of the cylinder (h). The function only fills in the 2 data. Another function will use these 2 data later.
Important Instructions:
If any of the spaces to be filled in should remain empty, place an X as an answer.
-When you need to define the variables, use the variable name as it is used in the code of the function provided.
-For reference, remember that the data types are int, double, char, bool.
********PideDatos = askfor data
Entre el radio de la base del cilindro = enter the cylinder's base radius.
Radio invalido = Invalid radius
Entre altura = Enter height
Altura invalida = invalid height******
Trending now
This is a popular solution!
Step by step
Solved in 2 steps