MTN-SAO D 4G O 97% |1:15 The user enters the wind Type and the description must be displayed. Cater for both upper and lower case letters. Select the correct options. windType description Gale force...


Programming language is C#


MTN-SAO D<br>4G<br>O 97% |1:15<br>The user enters the wind Type and the description<br>must be displayed. Cater for both upper and lower<br>case letters. Select the correct options.<br>windType description<br>Gale force winds<br>Storm winds<br>Hurricane<br>G or g<br>S or s<br>H or h<br>Enter wind type: G<br>Description is Gale force winds<br>Enter wind type: s<br>Description is Storm winds<br>Enter wind type: H<br>Description is Hurricane - Emergency Units on standby<br>char windType;<br>string description;<br>Console.Write(

Extracted text: MTN-SAO D 4G O 97% |1:15 The user enters the wind Type and the description must be displayed. Cater for both upper and lower case letters. Select the correct options. windType description Gale force winds Storm winds Hurricane G or g S or s H or h Enter wind type: G Description is Gale force winds Enter wind type: s Description is Storm winds Enter wind type: H Description is Hurricane - Emergency Units on standby char windType; string description; Console.Write("Enter wind type: "); windType = char.Parse(Console.ReadLine()); %3D if (windType == [A] [B] [C] == [D]) //check uppercase first [E] = [F); else if (windType.) //assume that the code exists [G] = "Storm winds"; %3D else [H] = "Hurricane";

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here