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 24. Write a program to ask n number and print the sum square of first n natural numbers.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input the number (N) Step 3: S = N * (N +… all bachelorNovember 21, 2022 Read More
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 44. Write a program to input the day and display whether the day is Saturday or not?(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input the today’s day. d Step 3: If d = “SATURDAY” GoTo… all bachelorNovember 21, 2022 Read More