Okay..I'm in this Visual Basic Programming class. I'm REALLY behind and have not been keeping up with the material. We have our first assignment due on the 20th and I have no clue how to do this... :blush:
Would anyone feel pity enough to help me with the following VB assignment? The code would do..I can probably create the interface (unless you really wanna go all out and do that too! =D) and exe file myself...
I appreciate every help I get... :)
===========================
Definition: Write a Visual Basic program according to the following specifications:
o Inputs
+ Temperature in a source system or
+ Length in a source system or
+ Weight in a source system
o Processing
+ Perform the following conversions:
# Celsius ↔ Fahrenheit
# Centimeters ↔ Inch
# Kilograms ↔ Pounds
o Outputs (Display)
+ Temperature in a target system or
+ Length in a target system or
+ Weight in a target system.
o Functions
+ A single Event Procedure to handle all the processing.
o Remarks
+ You must create an interface to the user with a menu with several conversions choices (e.g. 1. Convert Celsius to Fahrenheit 2. Convert Fahrenheit to Celsius)
Question
weirdnkrazeeone
Okay..I'm in this Visual Basic Programming class. I'm REALLY behind and have not been keeping up with the material. We have our first assignment due on the 20th and I have no clue how to do this... :blush:
Would anyone feel pity enough to help me with the following VB assignment? The code would do..I can probably create the interface (unless you really wanna go all out and do that too! =D) and exe file myself...
I appreciate every help I get... :)
===========================
Definition: Write a Visual Basic program according to the following specifications:
o Inputs
+ Temperature in a source system or
+ Length in a source system or
+ Weight in a source system
o Processing
+ Perform the following conversions:
# Celsius ↔ Fahrenheit
# Centimeters ↔ Inch
# Kilograms ↔ Pounds
o Outputs (Display)
+ Temperature in a target system or
+ Length in a target system or
+ Weight in a target system.
o Functions
+ A single Event Procedure to handle all the processing.
o Remarks
+ You must create an interface to the user with a menu with several conversions choices (e.g. 1. Convert Celsius to Fahrenheit 2. Convert Fahrenheit to Celsius)
+ You must use the select case block.
THANKS GUYS!!!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts