testforJOJ

You cannot submit for this problem because the homework's deadline is due.

Background

It's a JOJ test. Please write a matlab program called test.m to accept two inputs and output their sum. Then compress the .m file into zip file and upload it.

Since this is only a test, I'll give you the answer, you can also have a try yourself.^^

Description

Given two number x and y, print the sum.

Answer (Just copy it!)

a = input('');
b = input('');
disp(a + b);

testJOJ

Not Claimed
Status
Finished
Problems
1
Open Since
2023-09-18 00:15
DDL
2023-09-28 23:59
Extension
24.0 hour(s)