Friday, December 21, 2012
Final grades
Final grades for this course have been transcripted in WebAdvisor.
Enjoy your winter break!
Thursday, December 20, 2012
Lab assignment #5 - taxes
Problem Description
Compute the federal income tax due on a taxable income input by the user accorsing to the following table. Enter -1 to end the program.Tuesday, December 11, 2012
Missing homework
As you were informed last class, in order for the last lab assignment to be given before the last day of class, all students must complete homework assignment #6. As of right now, only three students have submitted source code. No programs have arrived in my inbox from the remaining eleven students were in class last week.
As it stands right now, the remaining lab assignment will be given out in the last class meeting of the term on December 20th and you will have to do that program in class.
As it stands right now, the remaining lab assignment will be given out in the last class meeting of the term on December 20th and you will have to do that program in class.
Thursday, December 6, 2012
Homework assignment #6 - booleans.bas
Everyone must do this homework assignment!!
Write a program called booleans.bas which requests two integers from the user. Your program must determine if at least one of the entered numbers is even (use OR).
Write a program called booleans.bas which requests two integers from the user. Your program must determine if at least one of the entered numbers is even (use OR).
Use of boolean operators
During today's class, we went over the logical operators AND and OR. There is also a third logical operator, XOR.
AND
In order for AND to be true, both conditions must evaluate to TRUE as inUse of ELSEIF
During today's class, I expanded upon IF THEN by introducing the ELSEIF construction.
Note that ELSEIF is one word.
Note that ELSEIF is one word.
Sunday, December 2, 2012
Subscribe to:
Posts (Atom)