Question: 1 . If an if statement s true path contains the statement double avg = 0 . 0 ; , where can the avg variable
If an if statements true path contains the statement double avg ; 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 statements true path
d none of the above because you cant declare a variable in an if statements true path
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
