Computer Science, asked by memonrehan445, 5 months ago

(b)
What will be the output of the given script assuming that you have
created a new variable points = 0. What will be the final value of
points after the script has stopped execution?
change Points -
by 5
say
Points for
seconds​

Answers

Answered by agarwalakshat6945
3

Answer:

Explanation:

The output of this program is 5 7, because the first time bruce is printed, his value is 5, and the second time, his value is 7. The comma at the end of the first print statement suppresses the newline after the output, which is why both outputs appear on the same line.

Similar questions