Program Name
Write a Matlab Program for Matlab Biggest of three numbers Program. |
Theory
Biggest of three numbers is find by using the if elseif construct.
|
Program Code
|
Input:
Enter first Number 10
Enter second Number 20
Enter third Number 30
|
Output:
Third Number is big
|
Click for Matlab Online Compiler (Copy, Paste and Press Enter)
|