Friday, December 13, 2013

The Different Perspectives of "IF" Questions


The World of English:
If you had only 24 hours to live, what would you do?
If a classmate asked you for the answer to a question during an exam while the teacher was not looking, what would you do?
If someone's underwear was showing, would you tell them?
If the whole world were listening, what would you say?
If one song were to describe your life, what song would it be?

Joke:
Alam niyo yung "if"? Diba yun yung ginawa ni God sa Creation para may kasama si Adam, si IF (Eve).

Computer Science:
=IF(A1>10, "Larger", "Smaller")
=IF(A1>10,"Over 10","10 or less")
=IF(A2="Tech on the Net", 12, 0)
=IF(A2<=100,"Within budget","Over budget")
=IF(A1=20, "Equal", "Not Equal")
=IF(A4>89,"A",IF(A4>79,"B", ))

=IF(A4>69,"C",IF(A4>59,"D","F"))

No comments:

Post a Comment