- #1
nukeman
- 655
- 0
Homework Statement
I am getting ready for a midterm, and I got a list of stuff to study for the exam. Since I was put into the class late, I missed some intro stuff.
Can some of you, whom probably know some good resources, give me a link or show me a sample code of the following: ?
Basic loop task for 1) counting 2) summing 3) finding maximum
Basic type of loop control: 1) sentinel style 2) counted 3) end of file (eof)
Most important, which I can't find a sample code of:
Write a function that returns... given...
Is there any tutorials that can show a program that would read marks from standard input and output the average of the marks that are 10 or higher.
Does not have to be that specific, but I am not sure how to write that code. Any links or help with that one?