Q.6 Write a C++ program that takes 6 values from user and makes a multiplication table of those numbers till x6. Example: Please Enter 6 numbers 1234 5 6 Output: 1* 1 3 4 5 6.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 14PE
icon
Related questions
Question
Q.6 Write a C++ program that takes 6 values from user and makes a multiplication table of those
numbers till x6.
Example:
Please Enter 6 numbers
123 4 5 6
Output:
1*
1
3
4
2*
4
6.
8
10
12
3*
3
9.
12
15
18
4*
4
8
12
16
20
24
5*
5
10
15
20
25
30
6*
6.
12
18
24
30
36
Transcribed Image Text:Q.6 Write a C++ program that takes 6 values from user and makes a multiplication table of those numbers till x6. Example: Please Enter 6 numbers 123 4 5 6 Output: 1* 1 3 4 2* 4 6. 8 10 12 3* 3 9. 12 15 18 4* 4 8 12 16 20 24 5* 5 10 15 20 25 30 6* 6. 12 18 24 30 36
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning