0
Write program to read integer no. then check no. even no. or odd.
answer
3 odpowiedzi
0
do you want help regarding this or checking our knowledge? 
0
I'm not a C++ programmer so use this with your syntax.. 
Request input
Set input as variable (in this example, "num") 
If num%2 == 0
Print (" this is even") 
Else 
Print ("this is odd") 
0
I just posted this yesterday.. Look at my profile



