Tuesday, October 26, 2010

Selection

We learned about programming - selection today. We also learned how to write an if statement, using key words such as "if ", "then", "end if" and "else".

An example

if name = " Victoria " then
put "Is your family name Windsor ?"
end if
The programe would only execute it if the statement if true, if it is false, the programe is going to skip it.

Oh yeah! We had a pop quiz today.......... the question was not hard, according to other people, but I needed more time!!!!! I didn't get to finish the output selection.

Anyways, as long as I know what to do.

Sophia -_-

No comments:

Post a Comment