Purchase Solution

Convert Distances from English to Metric Units in VB

Not what you're looking for?

Ask Custom Question

After loosing $125 million dollars in the Mars orbiter crash, NASA hired you to develop an application that will allow them to convert distances from English to metric units.

The form will contain a minimum of two text box control instances.
One text box will be used to input the value to be converted, and the second text box will be used to display the results from the calculation.
Text boxes, when used to display results, must be read-only.
Write the code to perform the calculations required. Make the Calculate button the Accept button.
Create a Clear button that will clear both text boxes.
Create an Exit button.
Use labels to identify each text box used in the form.
Make sure the application accepts and calculates decimal values.

Purchase this Solution

Solution Summary

The attached Visual Basic code converts Miles to Kilometers.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.