Homework - Chapter 5 Numbers Open the Numbers Solution.sln file contained in the Chap05\Numbers Solution folder. The app

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Homework - Chapter 5 Numbers Open the Numbers Solution.sln file contained in the Chap05\Numbers Solution folder. The app

Post by answerhappygod »

Homework Chapter 5 Numbers Open The Numbers Solution Sln File Contained In The Chap05 Numbers Solution Folder The App 1
Homework Chapter 5 Numbers Open The Numbers Solution Sln File Contained In The Chap05 Numbers Solution Folder The App 1 (127.63 KiB) Viewed 35 times
Homework - Chapter 5 Numbers Open the Numbers Solution.sln file contained in the Chap05\Numbers Solution folder. The application allows the user to display a list of numbers in a list box. The user will enter the start and end values for these numbers in the two text boxes. 1. Open the Code Editor window. Locate the btnForNext_Click procedure and then click the blank line above its End Sub clause. Use the For...Next statement to display the range of numbers indicated by the user. For example, if the user enters the numbers 1 and 5 in the From and To boxes, respectively, the statement should display the numbers 1 through 5 in the list box. Display the numbers only when the value in the From box is less than the value in the To box; otherwise, leave the list box empty. Save the solution and then start and test the procedure. 2. Now, locate the btnDoPretest_Click procedure and then click the blank line above its End Sub clause. Use a pretest Do...Loop statement to display the range of numbers indicated by the user. Display the numbers only when the value in the From box is less than the value in the To box; otherwise, leave the list box empty. Save the solution and then start and test the procedure. 3. Finally, locate the btnDoPosttest_Click procedure and then click the blank line above its End Sub clause. Use a posttest Do...Loop statement to display the range of numbers indicated by the user. Display the numbers only when the value in the From box is less than the value in the To box; otherwise, leave the list box empty. Save the solution and then start and test the procedure. 4. Upload your zipped folder to Blackboard. Homework - Chapter 5 Discount Warehouse In this exercise, you create an application for Discount Warehouse. Create a Windows Forms application. Use the following names for the project and solution, respectively: Discount Project and Discount Solution. Save the application in the Chap05 folder. The interface should allow the user to enter an item's original price and its discount rate. The discount rates should range from 10% through 40% in increments of 5%. Use a text box for entering the original price, and use a list box for entering the discount rates. The application should display the amount of the discount and also the discounted price. The button that calculates and displays the discount and discounted price should be the default button. Save the solution and then start and test the application. Upload your zipped folder to Blackboard.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply