Page 1 of 1

Question 2. Write the pseudocode, flowchart and C program to achieve the following: 6 * 1 = 6 6 * 2 = 12 6 * 3 = 18 … 6

Posted: Fri May 20, 2022 3:22 pm
by answerhappygod
Question 2. Write the pseudocode, flowchart and C program to
achieve the following:
6 * 1 = 6
6 * 2 = 12
6 * 3 = 18

6 * 12 = 72
Ensure that the number entered by the
user is validated for the range 1 – 12. Keep prompting the user for
a number until a valid number is entered so that the time table can
be generated.
0 + 3 = 3
3 + 3 = 6
6 + 3 = 9
9 + 3 = 12
12 + 3 = 15
Write a program that will multiply 3 *
5 using series of additions, and display the value of this
process.