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.
Question 2. Write the pseudocode, flowchart and C program to achieve the following: 6 * 1 = 6 6 * 2 = 12 6 * 3 = 18 … 6
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am