I thought about trying switch statements, but I thought you couldn't use them for doubles. Thanks for pointing out the wrong symbol used though!
Also, that didn't fix it. Is there a way to get my format working with if-else statements? That's currently what I'm reading about and I'm just trying to build one of the larger systems so I can understand it. (I'm FAR better at reading code than writing it!)
I think I also tried putting an *if statement* before the assignment of 0 to shippingCharge, but it changed nothing.
So the problem definitely isn't the 0.00. I removed it and it still came out as 0.00, so it seems that it's just not registering the numbers that are input.
I assume you're talking about line 42? I thought that if you were checking if a value were equal to another you had to use double =, whereas = assigns a value to a data type?
You sir/madame, are a genious. Sorry, Albatross, I have commentary I didn't post in the forum message. Mostly to remind myself of what the project was for in VS2010. My bad for looking at the wrong line 41. :) Thank you both!