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 31. Write a program to display total surface area and volume of cube.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input Length. (L) Step 3: A = 6 * L ^ 2… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 16. Write a program to display total surface area of cylinder.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input length(l), Breadth(b), Height(h) Step 3: T = 2 * ( l… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 43. Write a program to input selling price and cost price calculate profit or loss percentage.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input cost price and selling price (cp, sp) Step 3: If cp… all bachelorNovember 21, 2022 Read More