Multiple Choice
Which of the following is not necessarily an error (either a syntax error or a logic error)
A) Neglecting to include an action in the body of a while statement that will eventually cause the condition to become false.
B) Spelling a key word (such as while or if) with a capitalized first letter.
C) Using a condition for a while statement that is initially false.
D) An infinite loop.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: int division may yield a non-int result.
Q2: When using top-down,stepwise refinement,only the last refinement
Q3: If an increment or decrement operator is
Q4: A can be used in a repetition
Q6: Pseudocode helps you conceptualize a program during
Q7: What is the resulting value of c
Q8: The conditional operator is of the highest
Q9: C# rounds fractional values when they're to
Q10: The sequence structure is built into C#.Unless
Q11: Variables that store totals should generally be