testJOJ

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

Background

It's a JOJ test. Please write a matlab program named test.m to accept two inputs and output their sum. Then compress the .m file into a 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
2024-09-30 00:00
DDL
2024-09-30 23:59
Extension
0.0 hour(s)