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 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
Programming Programs Questions 46. Write a program in java to convert decimal number to octal number.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: input Decimal Number(D) Step 3: While D < > 0 If True… 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