Hi, I am brand new to programming and I am just getting to grips with C language. However, I am stuck! I have been ask to do a program which expects me to allow a customer to selected a piece of fruit from a shopkeepers menu. However, I am stuck on when the customer chooses the fruit (so enters a char data type) how I can then get the program to recognise the price of the fruit (As an integer) which the shopkeeper has entered to then be able to put this into a decision to then compare with the customers budget.