Did I translate the logical formula correctly into Pascal?
if (y div k=0)and not(x div k=0) then
Or rather, on the contrary, did I correctly translate the expression in the pascal language into a logical formula?
Did I translate the logical formula correctly into Pascal?
if (y div k=0)and not(x div k=0) then
Or rather, on the contrary, did I correctly translate the expression in the pascal language into a logical formula?
Source: https://ru.stackoverflow.com/questions/109759/