0
Can someone helpe me solve this ? Need to see if am correct
Complete the solveMeFiirst function in the editor solveMeFiirst 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=2 b=3 Sample output 5
3 Respuestas
+ 4
Pls Share your attempt?
https://www.sololearn.com/discuss/333866/?ref=app
+ 3
Please avoid writing the task Description in the tags, that's not what the tags are used for ...
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 2
what language?