After CS50 Week 1 Wednesday & Friday Where to find problem set 1:C? http://cdn.cs50.net/2015/fall/psets/1/pset1/pset1.html What is the problem "Itsa Mario"? http://cdn.cs50.net/2015/fall/psets/1/pset1/pset1.html#itsa_mario What's my result? How did it check out? The code doesn't seem like to be 100% checked out. But it worked when I manually put these numbers in there. I am wondering what I did wrong in my code. Please comment below...
After CS50 Week 1 Wednesday & Friday Where to find problem set 1:C? http://cdn.cs50.net/2015/fall/psets/1/pset1/pset1.html What is the problem "Smart Water"? http://cdn.cs50.net/2015/fall/psets/1/pset1/pset1.html#smart_water What's my result? How did it checks out? What did I learn? printf ("Minutes: %i\n",i); printf ("Bottles: %d\n", x); Found out that the red highlighted i is not there to match the yellow i. %i means a variable integer, i means a defined...