Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 668 Bytes

File metadata and controls

15 lines (14 loc) · 668 Bytes

TPS Java

Repository for TPS Java class 2019-2020

  • Chapter 1

    • Exercise 1

      Exercise 1.1 prints out some lines to the console

    • Exercise 8

      Exercise 1.8 calculates the circumference of a circle with a hard-coded radius

  • Chapter 2

    • Exercise 14

      Exercise 2.14 calculates BMI based on height and weight input by the user

    • Exercise 17

      Exercise 2.17 calculates the windchill temperature based on the windspeed and the ambient temperature

    • Exercise 19

      Exercise 2.19 calculates the area of a triangle based on three sets of points entered by the user