At the moment...

Sunday, July 12, 2009

Why I love teaching...#4

I was giving a quiz to one of my programming classes. After explaining on how their program will be graded, one student asked, "Kung wa mi answer, Ma'am...?"

Alangan naman ma-perfect!

I just answered, " Aw, hayahay ko kay wa koy checkanan."

---oo00oo---

This one is very common in Programming 1 subjects.

Problem that I give: Write a C program that accepts as input the radius of a circle then output its area.

In a class of more than 40 students, you can always find this line in some students' codes:

printf("Enter the area: ");

User: Migamit pa ko sa program nga ako ra man diay gihapon mo-compute!

4 comments:

Art M. said...

lol.. enter the area jud? ahahahaha

Anonymous said...
This comment has been removed by the author.
Anonymous said...

The programmer wants the user to practice his/her mathematical skills... hehehe

Anonymous said...

haha...

mura ra nag write a C prog that will output the numbers 1 to 10 in loop.

printf("1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n\n");

hahaha:))