+ 1
Find the result subtraction, multiplication, division of two integers using + operator. Input: 6 and 4 output:
Find the result subtraction, multiplication, division of two integers using + operator. Input: 6 and 4 output: addition 6+4 = 10,   subtraction 6+(-4) = 2,  multiplication = 24,  division = 1 Input : -8 and -4 Output: addition -8+(-4) = -12,   subtraction (-8)+(-(-4)) = -4,  multiplication = 32,  division = 2
2 Answers
0
i don't know pls help
0
we want use only + operator and solve add,sub,mul and div