Write a pseudocode program that asks the user for an integer between 1 and 12. The program is to calculate the times table for that number. So for example, if the user enters a 2, then the program has to calculate 2x1 and display the answer, then 2x2 and display the answer, up to 2x12. Write the program using any type of loop you would like.
1 answer
Design a program that asks for the length and width of two rectangles. The program should tell the user which rectangle has the greater areas are the same.