From the course: Nail Your Java Interview

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

How to use CoderPad

How to use CoderPad

- This course includes interactive code challenges that appear when you click on the challenge links in the courses table of contents. Each challenge includes instructions and a couple of code editors you can use to create and test your own solution to the challenge. These challenges are hosted by CoderPad and they appear in the same area of the course page where you watch the courses videos. We recommend using a desktop browser for the best experience, but you can use the LinkedIn Learning mobile app if you prefer. The code challenge has four main areas. Instructions, a console for output, a code editor for your answer, and another code editor where you can see how your code is used. You can use these drag handles to allocate space as you'd like. Let's complete this coding challenge. There are comments in the starting code showing you where to put your solution. Let's run it. To run it, we can use the "test my code" button. In the output, we can see a message indicating whether our…

Contents