QBASIC and the Art of Programming qbasic programmingbyBiraj ShresthaAugust 9, 20232 minute readNo comments
QBASIC and Retro Computing: The Nostalgia Factor qbasic programmingbyBiraj ShresthaAugust 9, 20233 minute readNo comments
Programming Programs Questions 29. Write a program to display volume of cylinder.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input Radius and Height. (R, H) Step 3: V = 3.14 *… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 15.Write a program to display total surface area and volume of sphere.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input radius of sphere(r) Step 3: A = 4 * 3.14 *… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 26. Write a program to display area of circle.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input Radius (R) Step 3: A = 3.14 * R ^ 2 … all bachelorNovember 21, 2022 Read More