Question: 2 1 ( : : ) Nesting conditions You may also need to nest if conditions if ( Scoursecode - eq 1 5 5 )

21
(::)
Nesting conditions
You may also need to nest if conditions
if (Scoursecode -eq 155){
if(Ssection -eq 1){
Write-Host "Class is on Monday at 1 PM"
}
elseif(Ssection -eq 2){
Write-Host "Class is on Tuesday at 12 PM"
}
}
else if (ScourseCode -eq 146){
if($section -eq 1){
Write-Host "Class is on Tuesday at 12 PM"
}
}
22
switch statements
y)
132
 21 (::) Nesting conditions You may also need to nest if

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!