Java in 24 Hours (8th Edition) Hour 1: Becoming a Programmer

The cover of Teach Yourself Java in 24 Hours (8th Edition) by Rogers Cadenhead

Home Feedback Other Books Next Hour

Notes and Corrections

  • None.

Activities

  • Solution 1: Read the article 10 Reasons Why You Should Consider Learning Java on Oracle University.
  • Solution 2: An example of instructions (in English) to handle the task:
    • Dear personal computer,
      • Item 1: Ask the user the current temperature in Celsius.
      • Item 2: Multiply the number by 9.
      • Item 3: Divide that number by 5.
      • Item 4: Add 32 to that number for the temperature in Fahrenheit.
    • Thanks,
    • Ima Mathematician