Answers for "le reste de division in algorithm c"

0

le reste de division in algorithm c

nombre = int(input())
if (nombre % 2) == 0:
   print("Le nombre est pair")
Posted by: Guest on January-16-2022

Browse Popular Code Answers by Language