Changes

Jump to: navigation, search

User:Andrew Daniele

1,093 bytes added, 15:23, 14 September 2013
no edit summary
== About Me ==
{| class="wikitable" border="1"
|+ Contact Info
|}
if you need to contact me here is my schedule:<br />
(I check my emails during studying and catchup time)
<syntaxhighlight lang="cpp">
Human senecaStudent;
senecaStudent = new Human("1987-12-18", "Daniele", "Andrew");
 
while (senecaStudent.inSemester())
{
senecaStudent.wakeUp();
senecaStudent.eatBreakfast();
senecaStudent.setAlertStatus("on");
 
switch(day)
{
case 1:
case 2:
case 3:
case 4:
case 5:
senecaStudent.takeBus("to school", "from home");
senecaStudent.takeBus("to home", "from school");
senecaStudent.doHomework();
senecaStudent.eatDinner();
senecaStudent.playWith("whiteboard");
senecaStudent.study();
break;
case 6:
senecaStudent.catchUp("school", 40); // in percent
senecaStudent.eatDinner();
senecaStudent.catchUp("school", 30);
break;
case 7:
senecaStudent.work();
senecaStudent.eatDinner();
senecaStudent.catchUp("school", 30);
senecaStudent.playWith("whiteboard");
break;
}
senecaStudent.setAlertStatus("off");
senecaStudent.sleep();
}
</syntaxhighlight>
 
== Other ==
Programming Code of the update:<br />
----

Navigation menu