output: print(18//5)
Answers
Answered by
0
Output After Execution:
3
Answered by
4
Question:-
- Write the output of the following code snippet.
Steps:-
18//5 =3
Output:-
3
Note:-
- // operator is used for floor division, division that results into whole number adjusted to the left in the number line.
Similar questions
Math,
3 months ago
Science,
6 months ago
India Languages,
6 months ago
Math,
10 months ago
Math,
10 months ago