Open akshitagupta15june opened 4 years ago
Calculate the sum of two integers a and b, but you are not allowed to use the operator + and - Input Format
Input two integers a and b Constraints
Use of "+" and "-" operators are not allowed Output Format
Print the sum of a and b Sample Input
2 -1
Sample Output
1
Explanation
Sum of 2 and -1 is 1
Add in DailyCode repository of javascript.
can you assign me this issue?
Calculate the sum of two integers a and b, but you are not allowed to use the operator + and - Input Format
Input two integers a and b Constraints
Use of "+" and "-" operators are not allowed Output Format
Print the sum of a and b Sample Input
2 -1
Sample Output
1
Explanation
Sum of 2 and -1 is 1