Computer Science, asked by Swaroop2sky, 9 months ago

\huge\color{red}\mathbb{ dare}\\ \bf\color{orange}{ to}\\ \large\color{red}\mathfrak{ answer }

find the output of the following code :

a,b=-1,-5
c=a*b-a%b/a
print(c)​

Answers

Answered by mishrapinky264
1

Answer:

the correct answer is 4.0

Explanation:

a=-1

b=-5

c=a*b-a%b/a

print(c)

answer is 4.0

Similar questions