Write a program in QBASIC that asks the radius of a circle and calculates its circumference and area. Create a user-defined function to calculate the area and a sub-program to calculate the circumference. [Hint: A = πr2, C = 2πr]
Information and Technology