TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
A X
NA
18
8.9k
Convert distances TO and FROM (in. & ft.) using 2 listboxes.
Mar 9 2018 11:59 PM
I am currently trying to do a practice program from the "Starting out with Visual C# 2012" textbook and I completed programming problems 1-4 but, I am stuck on number 5 "Distance Converter". The problem states that I have to create a program that allows the user to convert distances TO and From: Inches, Feet and Yards using 2 listboxes.
ex.
the user inputs a number and depending on which items are selected from each of the listboxes, will determine the output.
Listbox1 has Inches, Feet, Yards
Listbox2 has Inches, Feet, Yards
*if the user inputs 50 and selects "Inches" from Listbox1 and selects "Feet" from Listbox2 then the output will show what 50 is, converted from inches to feet, etc.
Reply
Answers (
6
)
How to get all Invalid cross references from word using c#.
How to Encrypt connection string in ASP.NET CORE.