solve the following : 2)verify a-(-b)=a+b for the following values of `a´ and `b´ ¡¡)a=75,b=84
Answers
Answered by
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
0
true..........☆☆☆☆☆☆☆☆☆☆
Similar questions