Computer Science, asked by situn62, 2 months ago

find the output

int a=7,b=2;
a/7=b;
b%=2;​

Answers

Answered by roshanrawat907
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 rajeshchouhary222
0

Answer:

b is a correct answer in ouestion

Similar questions