This may really simple to most people on here but i'm going crazy trying to work it out.
I was set a task by someone to write a bit of code in C to do the following:
1) Ask Operator to enter 2 things - a letter of the alphabet, (in upper or lower case) and a number.
2) Using the operator input - display to screen the letter of the alphabet - that many numbers in advance - in either upper or lower case depending on what the operator input.
3) After display to the screen, ask if they want to enter any more. If not - then exit.
E.g. - Operator enters letter f and number 3, display the character i.
Operator enters letter Z and number 5 display E.
Please help, i've tried loads of things but nothing i do seems to work, this is really doing my head in.
I'm very new to C, so any help would be most appreciated.