PostsChallengesPortalsAuthorsBooks
Sign Up
Log In
Posts
Challenges
Portals
Authors
Books
beta
Sign Up
Search
Challenge
Computer Coding the world
Create a "computer code" for something, either life, writing, philosoph, school. An word count, mine will be short. Enjoy!
Izzyball in Technology

Life In Code

While (alive = “TRUE”)

{

If age < 18

home = mommas_house

status = oblivious

else if 18 <= age <= 22

home = university

status = stressed

else if age > 22

home = what_you_can_afford

status = confronting_the_absurd

Check_If_Alive (home, status) //calling function to check if you're alive still

}

alive = "FALSE"

home = six_feet_under

status = dead

2
0
0