UOP PRG420 Week 2 Assignment Decision Constructs Latest

PRG420 Java Programming I
Week 2 Assignment
Learning Team: FAQ: Decision Constructs
Answer the following questions as a team:
1. In what circumstances would a programmer use if-then-else instead of if-then?
2. What is the advantage of using the switch statement over a series of if-then-else statements?
3. Why does my code not recognize the "if/else" lines and fall through to the "then" code line?
After your team has finished answering the questions collectively, add them, along with the question text, to your Java FAQ document. Refer to the Week 1 Task, "Learning Team: Formatting a Java™ FAQ".
The team member responsible for submitting the team's work will submit the formatted FAQ document containing this week's questions and answers using the Assignment Files tab.

-
Rating:
5/
Solution: UOP PRG420 Week 2 Assignment Decision Constructs Latest