//
// activity.cpp
// Stuff
//
// Created by Martinez,Cesar E on 8/27/15.
// Copyright (c) 2015 Martinez,Cesar E. All rights reserved.
//
//#include "activity.h"
#include <iostream>
private void Sitting() {
this.me->Library;
Library.isLocated(2ndFloor);
this.me = new NormanHallExtension_bldg(2nd floor);
thought vga = screen.displays(videogame);
thought videogame = Kingdom Hearts;
this.me = happy;
thought books = subject.drawing, subject.sculpture, subject.paintings;
this.me = amused;
return;
}
private void Walking() {
this->place = outside_bldg;
char nature1 = plants;
char nature2 = dead_leaves;
char weather1 = humid;
char weather2 = hot;
this.me = tired;
char object1 = stairs;
char light = bright;
if (light == bright) {
char person = cute_girl;
this.me = happy
}
else {
this.me = not_noticed;
this.me = whatever;
}
char firealarm = off;
if (this.temperature >= some_amount) {
firealarm = on;
char noise = very_loud;
people.leaveBldg;
this.me = angry;
}
else {
this.me = fine;
}
}
I was thinking about programming the whole time...
No comments:
Post a Comment