Back
Basic Math
Easy
00:00
Python
JavaScript
TypeScript
Java
C++ 23
Reset
Run
Submit
Level
L
1
Level
L
2
Level
L
3
Guide
Submissions
Description
Implement `add(a, b)` that returns the sum of two numbers.
Example Test Case
Example 1
add
Input
5, 3
Expected Output
8
Example 2
add
Input
-1, 1
Expected Output
0
Loading...
Test Results
Run your code to see the results