Help me with this exercise c ++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help me with this exercise c ++

Read three numbers and find the number that contains the largest number of even numbers.

17th Jun 2017, 2:45 AM
Mario A. Diaz
Mario  A. Diaz - avatar
1 Answer
0
Use a modulo to sort out even number than an function or if there is a max() use that
17th Jun 2017, 3:45 AM
NulledNVoided
NulledNVoided - avatar