Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a VB application that requests wind speed in miles per hour and displays the storm category according to the following category. Your program must
Write a VB application that requests wind speed in miles per hour and displays the storm category according to the following category. Your program must utilize a function to determine the category.
Wind Speed Category
74 to 95 Category 1
96 to 110 Category 2
111 to 130 Category 3
I need help with this I have everything until the numbers part.
Storm Problem Microsoft Visual Studio Express 2012 for Windows Desktop FILE EDIT VIEW PROJECT BUILD DEBUG TEAM TOOLS TEST WINDOW HELP Start Debug Any CPU 4 x box Form 1.vb* X Form1vb [Design Category Search Toolbox frmSotrm Public Class frnSotrm 4 General Private sub btnCalculate Click(sender As object, e As EventArgs) Handles bt Click ncalculate There are no usable controls in Din Speed As Double this group. Drag an item onto Speed Dbl(txtspeed. Text is tetto add it to he toolbox. txtCategory. Text Catego spee End Sub El Function Category (Speed As Double) As String Dim Cat As String If End If Return Cat End Function End Cli 100 List output Ln 12 Quick Launch (C roperties ChStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started