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 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 17. Write a program to display total surface area of cuboid / box.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1 : Start Step 2 : Input Length, Breadth and Height of Cuboid (L, B, H)… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 23. Write a program to ask n number and print the sum of first n natural numbers.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Enter the number (N) Step 3: S = N * (N +… all bachelorNovember 21, 2022 Read More