Speed of Sound
The following table shows the approximate speed of sound in air, water, and steel.
Create an application that displays a set of radio buttons allowing the user to select air, water, or steel. Provide a text box to let the user enter the distance a sound wave will travel in the selected medium. Then, when the user clicks a button, the
Format the output to two decimal places.
Input validation: Do not accept distances less than 0. Always check for nonnumeric data.
Use the following test data to determine if the application is calculating properly:
Want to see the full answer?
Check out a sample textbook solutionChapter 4 Solutions
Starting Out With Visual Basic, Student Value Edition (8th Edition)
Additional Engineering Textbook Solutions
Database Concepts (7th Edition)
Concepts Of Programming Languages
C Programming Language
Starting Out with Python (3rd Edition)
Starting out with Visual C# (4th Edition)
C How to Program (8th Edition)
- GPA Calculator Students are concerned about their GPA. They need to calculate it accurately every semester to monitor their progress. Develop a GPA calculator that follows the AOU regulations (AOU-OU Grade Scale) using C# programming language. The application asks the student to enter his numeric grade of each course and the course's credit hours. Accordingly, the application calculates the student's GPA after converting the numeric grade to letter grade. The GPA calculation should produce floating-point results. Display the results rounded to the nearest hundredth. You should store the letter grades of all student's courses in an array. The final grade of the student should be also calculated. Sample I/O Enter the course grade (-1 to end): 93 Enter the course credit hours: 3 Enter the course grade (-1 to end): 74 Enter the course credit hours: 2 Enter the course grade (-1 to end): 60 Enter the course credit hours: 3 Enter the course grade (-1 to end): -1 The grades of your courses…arrow_forwardQ2: - Design In Visual Basic a form and write a code to find the largest value of N numbers using Do While Loop. Use InputBox function to read numbers.arrow_forward20. Random Number Guessing GameWrite a program that generates a random number in the range of 1 through 100, and asks the user to guess what the number is. If the user’s guess is higher than the random number, the program should display “Too high, try again.” If the user’s guess is lower than the random number, the program should display “Too low, try again.” If the user guesses the number, the application should congratulate the user and generate a new random number so the game can start over.Optional Enhancement: Enhance the game so it keeps count of the number of guesses that the user makes. When the user correctly guesses the random number, the program should display the number of guesses. USE RAPTOR PROGRAMarrow_forward
- flowchart onlinearrow_forwardنقطة واحدة Keywords in Visual Basic are * words that are used as prefixes for control names (such as text, btn, LBL, and Ist). is used to name controls, such as TextBox1, Command2, etc. should be used Find when naming variables. have special meaning and should not be used Find when naming variables. هذا السؤال مطلوب نقطة واحدة The default property for a text box control is Enable O Text Multiline Password char Oarrow_forwardPercentage of vehicles: Write an interactive program that asks the users to input the number of cars, trucks and suv that entered a parking lot. Your progam should then calculate the percetages of each vehicle type and display the result.arrow_forward
- Falling Distance When an object is falling because of gravity, the following formula can be used to determine the distance the object falls in a specific time period: d =1/2gt2 The variables in the formula are as follows: d is the distance in meters, g is 9.8, and t is the amount of time in seconds that the object has been falling. Create an application that allows the user to enter the amount of time that an object has fallen and then displays the distance that the object fell. The application should have a method named FallingDistance. The FallingDistance method should accept an object’s falling time (in seconds) as an argument. The method should return the distance in meters that the object has fallen during that time interval.arrow_forwardYou’ll create both pseudocode and a flowchart to design an application that displays the following menu: Select a Planet 1. Mercury2. Venus3. Earth4. Mars5. Exit the programEnter your selection. When the user selects a planet from the menu, the program should display the following information about the planet: Mercury Average distance from the sun 57.9 million kilometers Mass 3.31 × 10^23kg Surface temperature –173 to 430 degrees Celsius Venus Average distance from the sun 108.2 million kilometers Mass 4.87 × 10^24kg Surface temperature 472 degrees Celsius Earth Average distance from the sun 149.6 million kilometers Mass 5.967 × 10^24kg Surface temperature –50 to 50 degrees Celsius Mars Average distance from the sun 227.9 million kilometers Mass 0.6424 × 10^24kg Surface temperature –140 to 20 degrees Celsiusarrow_forwardi attached the image please do pseudocode and flowchartarrow_forward
- Flow Chart Ask the user his/her birthdate. Compute for the age. Display "you are still a minor" if age < 18 "you are an adult" if age => 18 "you are a senior citizen" if age => 60arrow_forwardThis is for Programming chapter 4 exercise 9arrow_forwardWrite the pseudocode for an application that will request three numbers from a user. The application should then determine and display the largest of the three numbers.arrow_forward
- Microsoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,Programming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage LearningEBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENT
- Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:CengageC++ Programming: From Problem Analysis to Program...Computer ScienceISBN:9781337102087Author:D. S. MalikPublisher:Cengage Learning