Computer Science, asked by vrinku66666, 9 months ago

What will be the output of following code:
(i) num = 5
num = - num
print (num)​

Answers

Answered by kavyasaxena106
2

Answer:

output =-5. is the answer

Similar questions