constants: (Default)
The Archive "Ivy" ([personal profile] constants) wrote in [community profile] tushanshu_ooc 2013-06-18 02:35 am (UTC)

boolean study = false;
int soul = 100;

for (int schoolYear = 165; schoolYear > 0; --schoolYear) {
while (exam > 0)
study = true;

if (study == true) {
--soul;

system.out.print("Your soul is at ");
system.out.print(soul);
system.out.println(".");
}

else
system.out.println("Hooray!");
}


Good luck fellow computer science student!! Good luck to your soul.


Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting