Introduction to Programming
Conditional Statements
Online Resources
Nathan Schutz: Decisions
Bucky Roberts: If Statements
Bucky Roberts: Logical Operators
Bucky Roberts: Switch Statement
Programming Problems
Description | Files | Points |
---|---|---|
First Conditionals | FirstConditionals.java | 15 pts |
What is the Output? | 10 pts | |
Is it a Leap Year? | 10 pts | |
Graduated Tax Brackets | 25 pts | |
Switch Statements | SwitchStatements.java | 15 pts |
Vowel or Consonant? | 10 pts | |
Simple Calculator | 20 pts |