Difference between revisions of "Visual Basic"

From WLCS
(Tuesday (10/14/08))
Line 7: Line 7:
 
== Tuesday (10/14/08) ==
 
== Tuesday (10/14/08) ==
 
* Review VB pp. 314 - 327
 
* Review VB pp. 314 - 327
 +
* College Admissions calculator
 +
** Research a college of your choice and find the average GPA and SAT scores of admitted students
 +
** Create a program that accepts two inputs: GPA and SAT score
 +
** When you press the calculate button, you should evaluate whether or not the person's GPA is high enough to get in
 +
** If the GPA is high enough, then check if the SAT score is high enough
 +
** You should display messages to the user if they could be admitted, whether or not they need to increase their GPA, or retake the SATs
 +
 
* Complete the Cell Phone Bill calculator (p. 372)
 
* Complete the Cell Phone Bill calculator (p. 372)
 
* Complete the Shipping calculator (p. 377)
 
* Complete the Shipping calculator (p. 377)

Revision as of 12:29, 14 October 2008

Welcome to the Visual Basic Homepage!

This page is under severe construction.

You may find the old Visual Basic website here: VB_0708

Tuesday (10/14/08)

  • Review VB pp. 314 - 327
  • College Admissions calculator
    • Research a college of your choice and find the average GPA and SAT scores of admitted students
    • Create a program that accepts two inputs: GPA and SAT score
    • When you press the calculate button, you should evaluate whether or not the person's GPA is high enough to get in
    • If the GPA is high enough, then check if the SAT score is high enough
    • You should display messages to the user if they could be admitted, whether or not they need to increase their GPA, or retake the SATs
  • Complete the Cell Phone Bill calculator (p. 372)
  • Complete the Shipping calculator (p. 377)

Wednesday - Friday (10/8/08 - 10/10/08)

Agenda:

Monday (10/6/08)

  • Update grades
  • Demo Weekly Pay Calculator (p. 283)
  • Demo Cash Register (p. 285)
  • Grade Calculator (p. 286)

Thursday (10/1/08)

  • Interim grades
  • Catch-up and turn in any missing

Archives

VB - September