Question: For these problems you do not need to write entire Matlab functions or scripts, just the condition statements requested. 1a. Write a selection statement that

For these problems you do not need to write entire Matlab functions or scripts, just the condition statements requested. 1a. Write a selection statement that will print 'warm' if the temperature is between 80 and 90, inclusive. lb. Write a selection statement that will print 'hot' if the temperature >=80, 'pleasant' if the temperature >= 60 'cool' if the temperature is >=45, 'cold' otherwise. 1c. If integer variable currentNumber is odd, change its value so that it is now 3 times currentNumber plus 1, otherwise change its value so that it is now half of currentNumber ld. Find the largest of three scalar numbers x y and z and assign the value to the variable largest
Step by Step Solution
There are 3 Steps involved in it
Lets go through each part of the problem 1a Write a selection statement that will print ... View full answer
Get step-by-step solutions from verified subject matter experts
