Question: Must be written in C# Visual Studio 2017 Given the following segment of code, what will be the output? intx=5 if(x==2) MessageBox.Show(Brown, brown, run aground.);
Given the following segment of code, what will be the output? intx=5 if(x==2) MessageBox.Show("Brown, brown, run aground."); else MessageBox.Show ("Blue, blue, sail on through."); MessageBox.Show ("Green, green, nice and clean.")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
