Test the program using the following values for the radius: 1, 6, 12.2,0.2. Calculate the mass of air in an automobile tire, using the formula PV= 0.37m(T+ 460) where P = pressure, pounds per square inch (psi)
V = volume, cubic feet
m = mass of air, pounds
T = temperature, degrees Fahrenheit
The tire contains 2 cubic feet of air. Assume that the pressure is 32 psi at room temperature.
Read a five-letter word into the computer, then encode the word on a letter-by-letter basis by subtracting 30 from the numerical value that is used to represent each letter. Thus if the ASCII character set is being used, the letter a (which is represented by the value 97)would become a C (represented by the value 67),etc.