+ 2
Hello
How to print even or odd in c++ without using conditional statement
1 Answer
+ 2
Inorder to print even and odd without conditional statements, you must have to write those values manually using cout
How to print even or odd in c++ without using conditional statement