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 35. Write a program to display area of parallelogram.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input breadth and height of parallelogram(b, h) Step 3: A = b… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 38. Write a program to display total surface area and volume of hemisphere.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: input Radius. ( R ) Step 3: A = 3 * 3.14… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 32. Write a program to display area of triangle.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input Breadth and Height. (B, H) Step 3: A = 1/2 *… all bachelorNovember 21, 2022 Read More