Home > Back-end >  Which bosses can help me to work it out this problem, C
Which bosses can help me to work it out this problem, C

Time:09-17

Input a number of integer, until meet 0, statistical output with the even number, and their average output,

CodePudding user response:

Do
{
The scanf
The total number of add
If it is even, the even number + +
} while (input is not 0);

CodePudding user response:

reference 1st floor ooolinux response:
do
{
The scanf
The total number of add
If it is even, the even number + +
} while (input is not 0);

Well, thank you