User profile: freddy92

User info
User name:freddy92
History
Joined:
Number of posts:258
Latest posts:

Reading from a file and putting it into an array
So each line is a student number, then 2 test scores, then 7 homework scores? You need to expand yo...

Why am i getting this error
[code]int O();[/code] What are the parentheses for? Get rid of those and it should work.

Reading end of setence
In your if statements, you need to use Text[i], not just Text.

Please help with my code!
Please edit your post with codetags (highlight your code and click the "<>" under "Format") and expl...

I dont understand this....
For 3, it will not match any cases and will hit the default, increasing to 5. Then, 5 will not matc...