Recent content by Streitsky

  1. S

    C/C++ Calculate Jacket Size with Height, Weight, and Age | C++ Loop Tutorial

    hmm yea, maybe I shouldn't loop it, ill try the if else statement thanks
  2. S

    C/C++ Calculate Jacket Size with Height, Weight, and Age | C++ Loop Tutorial

    Hey guys it my first post, so please be nice :). So I am doing a problem right now and I can decide how to go about it... I am kinda lost right now, I could use an If/Else statement but it would take along time so I decided to use a loop, so here is the problem. Program asks user to enter...