Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

02_addNumbers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Exercise 02 - addNumbers

Troubleshoot and modify the existing function so that it returns the digit 2. Avoid "hard coding" the result and try to use variables a and b to get the correct output.

Currently, it is not returning the correct value.

Hints

  • You only need to edit the strings on line 7.