string conversion and manipulation
I am completely new to C# and fairly new to programming, so my apologies in advance if I can't make sense out of my own question! Here is what I have to do. I need to read a string of 3 characters and convert them according to the following scheme. a=1, b=2, c=3, .....and so on. I also will need to read in a zip code. I don't know if I can or should read the zip code in as an integer. Having read both of these in I then need to combine them into 1 number. For example, I read in abc and the zip code 45678. What I want to end up with is the number 12,345,678. I appreciate any help you can give.
Tanvir HudaPosted Jan 15, 2004, 1:08 AM
cdcarusoPosted Jan 13, 2004, 11:40 AM
spgilmorePosted Jan 13, 2004, 11:09 AM
cdcarusoPosted Jan 13, 2004, 10:06 AM
Tanvir HudaPosted Jan 13, 2004, 12:30 AM
gjghkhjPosted Jan 12, 2004, 11:51 PM
cdcarusoPosted Jan 12, 2004, 8:51 PM
Tanvir HudaPosted Jan 12, 2004, 8:27 PM