(QBASIC) 1st. Write a program in Q basic that will input a number and print the number, the square of the number, and the cube of the number. Continue the operation until 999 is entered. 2nd. Write a...


(QBASIC) 1st. Write a program in Q basic that will input a number and print the number, the square of the number, and the cube of the number. Continue the operation until 999 is entered. 2nd. Write a program that will request the length and width of a rectangle until 0 is entered for the length or the width. You will then print the area and the perimeter for each set of inputs. INPUTS: The length and width will be input from the keyboard. OUTPUT: The area and perimeter will be printed with appropriate label. s PROCESSING: 1.Area= length*width and 2. Perimeter= (length +width)*2.




May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here