Difference between revisions of "AP Computer Science"

From WLCS
(Monday (5/20/19))
Line 5: Line 5:
 
** HelloButton
 
** HelloButton
 
** PythagoreanCalc
 
** PythagoreanCalc
 +
 +
'''Homework:'''
 +
* Add the other permutations of calculations to the PythagoreanCalc
 +
** e.g. Inputting numbers for B and C will let you calculate A
 +
** e.g. Inputting numbers for A and C will let you calculate B
 +
 +
<!--
 
* Complete the [https://docs.oracle.com/javase/tutorial/uiswing/learn/index.html Celsius Converter]
 
* Complete the [https://docs.oracle.com/javase/tutorial/uiswing/learn/index.html Celsius Converter]
 
* Add functionality to convert from Fahrenheit to Celcius
 
* Add functionality to convert from Fahrenheit to Celcius
 +
->
  
 
== EXAM INFORMATION ==
 
== EXAM INFORMATION ==

Revision as of 09:34, 20 May 2019

Monday (5/20/19)

Agenda:

  • AP CS Exam debrief
  • NetBeans GUI walk-through
    • HelloButton
    • PythagoreanCalc

Homework:

  • Add the other permutations of calculations to the PythagoreanCalc
    • e.g. Inputting numbers for B and C will let you calculate A
    • e.g. Inputting numbers for A and C will let you calculate B