-4
Speak up, Arashi, speak up! Then, the exercise prompts you to write the return of the 4 operations, concatenated with the text "Result:" at the beginning of the text. In case you had any questions in surgery. The operator " " represents the entire division, so it is a division that takes only the entire part of the answer, discarding what comes after the comma. And the operator "%" does exactly the opposite, he does the splitting but keeps everything that is after the comma.
maybe what you haven’t understood is that p symbol % returns the rest of the division ex. 5%100 = 5.
– Paulo Vieira
The operator is the entire division operator (150/100 gives 1.5 and 150/100 gives 1). The % operator is the rest division operator (or module) (13%10 gives 3). Suppose you enter the number 1234, the result would be: d: 1, a: 2, b: 3, c: 4.
– anonimo