Computer Science, asked by hhhjmgffhjik2438, 5 months ago

print(10//4) for a compting assigment

Answers

Answered by anindyaadhikari13
2

Required Answer:-

Given C∅de:

  • print(10//4)

To Find:

  • The output of the given c∅de.

Output:

  • 2

Explanation:

  • The // operator is used to perform floor division.
  • Result obtained after floor division when 10 is divided by 4 is - 2.
  • So, the output is 2.

Refer to the attachment.

•••♪

Attachments:
Similar questions