Answered step by step
Verified Expert Solution
Link Copied!

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.

image text in transcribed

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 Ch

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Temple Of Django Database Performance

Authors: Andrew Brookins

1st Edition

1734303700, 978-1734303704

More Books

Students also viewed these Databases questions