To find volume cylinder (Qbasic code) To find volume cylinder (Qbasic code)CLSLET pi = 3.14INPUT "Enter the value of radius"; rINPUT "Enter the height"; hv = pi * r ^ 2 * hPRINT "The volume of the cylinder is"; vEND Share : Facebook Twitter Previous Newer Post Next Older Post