Given the variable R, the function computes the area of a circle: function { } NumUnits = R: Area NumUnits "NumUnits "3.
Posted: Tue Jul 12, 2022 8:06 am
Given the variable R, the function computes the area of a circle: function { } NumUnits = R: Area NumUnits "NumUnits "3.14; NumUnits will store the value of 5.75. Which data type should be used to store the value of NumUnits? O Float O Int O Char O Boolean