Challenge: Fix the Code

Here is a coding challenge based on integer and floating point literals.

We'll cover the following

In the code provided later in the lesson, the following line causes a compilation error:

int amount = 10_000_000_000; //Compilation error

Get hands-on with 1200+ tech skills courses.