Understand how to create a C++ program that inputs an integer, uses a function to determine if the number is even, and displays the result. Learn to define and call functions to improve program structure.
The main() ...
main()