WarningofRiet Posted April 27, 2015 Posted April 27, 2015 Boolean your_mom.isVisible = true; boolean insert_30_inch = false; while(your_mom.isVisible){ insert_30_inch = true; }
Vag Posted April 27, 2015 Posted April 27, 2015 Because your mom is defined to be true and insert 30 inch false. How ever you are trying to define both as true. Ps. You really should be banned already.
fixthissite Posted April 27, 2015 Posted April 27, 2015 Not sure if answering results in me being nice, or me getting trolled.... ... You screwed up the declaration of your mom's visibility m8. 3
FrostBug Posted April 27, 2015 Posted April 27, 2015 (edited) this would be the proper way boolean your_mom_isVisible = true; boolean insert_30_inch = false; while(your_mom_isVisible){ insert_30_inch = true; } Edited April 27, 2015 by FrostBug
Khaleesi Posted April 27, 2015 Posted April 27, 2015 (edited) Boolean your_mom.isVisible = true; boolean insert_30_inch = false; while(your_mom.isVisible){ insert_30_inch = true; } I don't think you will insert_30_inch into anything with this piece of art ... Edited April 27, 2015 by Khaleesi
Mysteryy Posted April 27, 2015 Posted April 27, 2015 (edited) Because shit code and you mixed C style conventions with java style conventions. And you did capital boolean and one lower case boolean? Profit?? Edited April 27, 2015 by Mysteryy
Mysteryy Posted April 27, 2015 Posted April 27, 2015 I love how the OSD's are the ones responding Serious business requires serious responses.