Question: Multiplication table. Must use at least two embedded loops. User will input two numbers, ( range ) not restricted to ( 0 - 9 )

Multiplication table.
Must use at least two embedded loops.
User will input two numbers, (range) not restricted to (0-9)
It must produce at least 4 iterations.
Meaning that if the user picks 6&8 as their numbers
That oly creates three iterations 8-6=3.//counting how many times it happens,
So you have to create a method for detecting that error and asking for new inputs. (for now we will not test for integer only
inputs, but we will in the future.)
The selected numbers will be multipled by numbers (1-9)
i.e if numbers selected are 5 and 8
C++ using vision studios
output should be
51015202530354045
61218243036424854
71421283542495663
81624324048566472
of course it has to be white spaced
Multiplication table. Must use at least two

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!