Ok, now I need to read in input through the keyboard. I need to read in for example "mult 40.3" and then I need to parse it to get the mult as a string to convert to uppercase and an double for 40.3 any ideas on how to do this. Should I use scanf or can I even use it or is there something else to use?

Thanks