Wednesday, October 2, 2019

Qbasic to find volume of cylinder

CLS
INPUT "Enter the radius"; R

INPUT "Enter the height"; H
V =  22/7*R^2*H
PRINT "Volume of cylinder="; V
END 

No comments:

Post a Comment

Digital Footprint

Computer technology is a technology that instead of building a physical machine for each application builds a logical or virtual machine. ...