You are writing a function that calculates the remainder for integer division. The function receives two parameters, a and b, and must return the remainder that is left over when the integer a is divided by the integer b.
You create the following code. Line numbers are for reference only.
You want to complete the function for lines 02 and 03.
Which two sets of code segments should you use? Each correct answer presents a complete solution. (Choose two.)
A.
B.
C.
D.
E.
F.
becky_intelletive
Highly Voted 4 years, 6 months agodev_ash
Most Recent 3 years, 3 months agoRmartinez3ije3232
4 years, 8 months agoRmartinez3ije3232
4 years, 7 months agoCiupaz
4 years, 9 months agoLionel25603
5 years, 3 months ago