lab1 ex1
You cannot submit for this problem because the homework's deadline is due.
Ex1. A+B problem (5 marks)
This exercise aims to help you get familiar with JOJ. Write a MATLAB script that gets two numbers a
and b
from user input and prints the value of a + b
.
Hint: Use the built-in function input()
to get input from the user.