TEST CHAPTER TASK CREATE
Task
Swipe to start coding
-
On the first line, calculate the floor division of
145
by23
. -
On the second line, calculate the remainder when
145
is divided by23
. -
On the third line, calculate
3
raised to the power of4
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 1