View
 

Lab 8: Number Properties

Page history last edited by Mr. Kretsch 5 months, 4 weeks ago

Pilot: _________________________________________________________________

Navigator:___________________________________________________________

Objective: Select statements and list boxes

Instructions

  1. Create a project called Numbers
  2. The project's form should have:
    1. An input text box and output label. They need not have captions
    2. A list box containing the following options: "square", "cube", "root", and "reciprocal"
    3. Three buttons: Calculate, Clear, and Close. Thise buttons must have access keys assigned
    4. The form must also have a  assigned an Accept button and Cancel button.
  3. When the use clicks the Calculate button, calculate the value the user has selected from the list box and display in the output label. Make sure you protect against invalid values

Wrap-up

Print this sheet and hand in

Grading

Feature  Points  Out of Notes
Project set-up   1  
Form features, including access keys and Accept and Cancel buttons   2  
Select statement usage   3  
Validations , calculations, and output   4  
 
   
 
Total   10  

 

Notes

 
 
 
 
 
 
 
 

 

 

Comments (0)

You don't have permission to comment on this page.