1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Java

Connected

Exercise

Assigning numbers

Working with numbers is fundamental in programming - from counting items to calculating prices. Let's practice declaring and assigning numeric variables with real values!

Instructions

100 XP
  • Assign itemCount the value of 3425.
  • Declare the totalPrice variable using the correct primitive type and assign the value of 11999.99.