> new text: > <p> > When a division operation is performed between two > integers, the result > will be an > integer. Any remainder can be obtained by using the modulus > (<em>%</em>) operator. > </p> > > Need a translation into Spanish, Finnish, French
I would first rephrase the original English text: <p> When a division operation is performed between two integer operands, the result will be an integer value, corresponding to the truncated value of the division. Any remainder can be obtained by using the modulus (<em>%</em>) operator. </p> Now, if you still need it translated, here it is in Spanish: <p> Cuando una operación de división se realiza entre dos operandos enteros, el resultado será un valor entero, correspondiente al valor truncado de la división. El valor del resto puede obtenerse utilizando el operador módulo (<em>%</em>). </p> Regards, -- Gonzalo Diethelm [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
