To be honest i don't know to much of the language yet, i jst started learning, it's c++ language, i'm finding it slightly difficult, i have books to help, but i wanted a bit more practical advice, the books help with input of the values, but not so much how to make the programme calculate, i.e. the pass/fail, moderating etc... that seems quite a task to me.
You need to take
Bench's advice:
One way to begin with a task like this is break everything down is to bite-sized pieces.
In other words, can you input values correctly? Just do that step. Then move to the next step.
Ask
specific questions and post the code that is giving you problems and we can help you correct it.
You probably want to break the solution down into several functions, to make life easier, and avoid repeating code
Just have
main() call functions and each function does one step.
Reputation Points: 3281
Solved Threads: 896
Posting Sage
Offline 7,753 posts
since May 2006