Question: If an if statements true path contains the statement double avg = 0.0;, where can the avg variable be used? a. In any instruction after
If an if statement’s true path contains the statement double avg = 0.0;, where can the avg variable be used?
a. In any instruction after the declaration statement in the entire program
b. In any instruction after the declaration statement in the if statement
c. In any instruction after the declaration statement in the if statement’s true path
d. None of the above because you can’t declare a variable in an if statement’s true path
Step by Step Solution
3.38 Rating (160 Votes )
There are 3 Steps involved in it
c In any instruc... View full answer
Get step-by-step solutions from verified subject matter experts
