Quote Originally Posted by solar23 View Post
Hi I have been at this for hours and cannot understand why the shipping keeps outputting $5.00 no matter what weight I enter.
So you've used your compiler's debugger? If not, please do so, as using the debugger that comes with your compiler is one of tools you must learn to use to debug your programs.

Single step through the program, watch variables, see how the program flows, etc. Then you will know when the program does something unexpected and know how to fix the issue.

Regards,

Paul McKenzie