Question: Use matlab Write a MATLAB program that will print the multiplication table of any number upto any number. Use only a single 'for' loop (no
Write a MATLAB program that will print the multiplication table of any number upto any number. Use only a single 'for' loop (no while loop, if else, switch, break). Prompt the user to enter two numbers. For example, if the user enters 4 and 5 as the two numbers your output should look like as shown below. 1) input: Enter the table of which number:4 Enter upto which number :5 Output 4x 1-4 4 x 2-8 4 x 3 12 4 x4 16 4 x5 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
