Tomorrow, Polymorphism
While putting the girls to bed, Marissa asked if I fixed computers all day. I clarified that I taught computers how to do things for a living.
I also mentioned that computers don’t speak English but they have there own language. I said I knew about 6 computer languages.
Katie then asked me how to say “hello” in computer language. I rattled off:
#include <stdio.h> newline void main () { printf("hello"); }
Marissa then asked me how to say “goodbye”:
exit(0);
As I turned out their light, Katie’s final question was:
“How do you say ‘booty‘ in C++?”
Comments are currently closed.