Question: Write a MATLAB program that reads the values of two integers M and N , then prints all the odd numbers between the two integers.

Write a MATLAB program that reads the values of two integers M and N, then prints all the odd numbers between the two integers.(Note: M may be less than or equal to N or vice-versa).
Hint: To test if odd, use the modulo function:
b = mod( a , m ) returns the remainder after division of a by m , where a is the dividend and m is the divisor.

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 Databases Questions!