Answer:
Answered below.
Explanation:
#Answer is written in Python programming language
#Get inputs
radius = float(input("Enter radius in inches: "))
height = float(input("Enter height in feet: "))
#Convert height in feet to height in inches
height_in_inches = height * 12
#calculate volume in cubic inches
volume = 3.14 * (radius**2) * height_to_inches
#convert volume in cubic inches to volume in gallons
volume_in_gallons = volume * 0.00433
#output result
print (volume_in_gallons)
You have to destroy the hard drive as it is like a memory for the computer so it can never be deleted
Answer:
can only be carried out by computers, as long as an interpreter is available which one is it?
Explanation:
The interperetor needed is called CPython, this is the standard C implementation of the language.