Ok so I was going to make a conversion program which, when executed gave you an option of 1 or 2 (so original I know) so I had a integer (int) which checked which one you typed (1||2) but whenever I have it run if I type a character like "a" it converts it to a number :(
by the way I'm going to make functions for conversion later.
hmm ... I read through it and it didn't work :( however I re-did the if statement and it worked ... but not for 2 but then I remembered the article you sent me :) and fixed it up for 2 thank you :)