Skip to content
 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Problem

Solve in any one you know.

Complete the function solveMeFirst to compute the sum of two integers.

Example

a = 7

b = 3

Return 10.

Function Description

Complete the solveMeFirst function in the code.

SolveMeFrist has the following Parameters.

  • int a: the first value
  • int b: the second value

Returns

- int: the sum of a and b

Constraints

1 <= a,b <= 1000

Sample Input

  
    a = 3 
    b = 2
  

Sample Output

  
    5
  

Explanation

3 + 2 = 5

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages