+ 1
Can someone help me in understanding modula and floor operations kindly!!!? I am unable to move further without ubderstand this
Modula and floor operations
2 Respuestas
+ 4
Ahmar gul Khan
>Module(%):-. Used to find reminder after dividing two numbers
For example:
5%3=2
>floor(//):- used to get only integer part after dividing two numbers.
For example:
5//3=1