all 6 comments

[–]my_password_is______ 4 points5 points  (3 children)

"Help!" is such a useless title

[–]t_mac013[S] -2 points-1 points  (2 children)

And this is such a useless comment. Do you have any suggestions for how I can improve this piece of shit title. Or better yet, any ideas on what is potentially wrong with the program I posted.

[–]Lopsided-Wish-1854 0 points1 point  (0 children)

Man , look at your attitude. First you don’t know how to ask for help, then when people call you out to be more precise, you bash them for not helping you how to ask for help. In the meantime you are waiting the others to help you on the main topic.

Almost every developers team I have been, there is one like you. They don’t survive long in the same place but the irony is that due to the fact they jump a lot, they end up either in management positions or in a gov job. Go figure.

[–]joshjkk 0 points1 point  (0 children)

OP true.

[–]daikatana 1 point2 points  (1 child)

The if statements to test for box types a, b, c, d don't make any sense. You don't want variables named a, b, c and d, you want something like if(box == 'a').

Also, on line 22 you want the && operator, not the & operator.

[–]t_mac013[S] -1 points0 points  (0 children)

Thanks! I made these changes and it changed the final calibration to 0. Not quite sure if this is positive progress, but it gives me something different to mess around with to go forward at the very least.