find the output
int a=7,b=2;
a/7=b;
b%=2;
Answers
Answered by
2
Answer:
a=7 b=2 >>>print(a+b) >>>print(a-b) >>>print(a*b) >>>print(a/b) >>>print(a%b) >>>print(ab) ... also seen in previous examples of our tutorial that we can write into the standard output by using print
Answered by
0
Answer:
b is a correct answer in ouestion
Similar questions