- Category:
- CSharp
- Tags:
-
[C/C++]
[源码]
- File Size:
- 1kb
- Update:
- 2015-04-02
- Downloads:
- 0 Times
- Uploaded by:
- 杨
Description: Write a program that uses sentinel-controlled repetition to take an integer as input, and passes it to a function even which uses the modulus operator to determine if the integer is even. The function even should return 1 if the integer is even, and 0 if it is not.
The program should take the value returned by the function even and use it to print out a message announcing whether or not the integer was even
To Search:
File list (Check if you may need any files):
7.CPP