Computer Science, asked by husenhusen7425, 5 months ago

solve the following : 2)verify a-(-b)=a+b for the following values of `a´ and `b´ ¡¡)a=75,b=84​

Answers

Answered by allysia
0

Answer:

Using python,

______________________

#scriptingmode

a=75

b=84

print(a-(-b)==a+b)

________________________

The image attached was when the code ran in interactive mode.

Attachments:
Answered by uihvcbi9976hb
0

true..........☆☆☆☆☆☆☆☆☆☆

Similar questions