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...


Correct Answer will upvote else downvote


Q.6 Write a C++ program that takes 6 values from user and makes a multiplication table of those<br>numbers till x6.<br>Example:<br>Please Enter 6 numbers<br>123 4 5 6<br>Output:<br>1*<br>1<br>3<br>4<br>2*<br>4<br>6.<br>8<br>10<br>12<br>3*<br>3<br>9.<br>12<br>15<br>18<br>4*<br>4<br>8<br>12<br>16<br>20<br>24<br>5*<br>5<br>10<br>15<br>20<br>25<br>30<br>6*<br>6.<br>12<br>18<br>24<br>30<br>36<br>

Extracted 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

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here