Question: I want it the matt lab way Example 1 Create a program that accepts two numbers and display the bigger one n 1 = input

I want it the matt lab way
Example 1
Create a program that accepts two numbers and display the bigger one
n1=input('enter number1');
n2=input ('enter number2');
if n1>n2
)
else
disp(n2)
end
ENGINEERING
12
Example 2
Create a program that compares two numbers inputted by the user and display the comparison result
n1=input('enter number1');
n2=input ('enter number2');
if n1>n2
')
elseif
 I want it the matt lab way Example 1 Create a

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!