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 45. Write a program to ask quantity of pen, copy and pencil and their rate and find out the total amount.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input Quantity and Rate Pen, Copy and Pencil. (QP, RP, QC, RC,… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 13.Write a program to input principal, rate, time and display simple interest and total amount.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: Input Principal, Time and Rate (P, T, R) Step 3: I =… all bachelorNovember 21, 2022 Read More
Programming Programs Questions 48. Write a program in java using Sub procedure to print 1, 10, 101, 1010, 10101.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R) Algorithm: Step 1: Start Step 2: For i = 1; i<=5; i =i + 1 For j… all bachelorNovember 21, 2022 Read More