Java I: The Java Menace

EasyAsPai
30.6K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

In this playground activity, we will be writing code that orders pizza for us. We'll be using a library to place an pizza order using a fictious API based on a real Domino's API. This playground activity was heavily inspired by Jarvis Johnson on YouTube. This exercise was developed by Nicholas Bottone for FRC 5112 The Gongoliers in October 2018.

Star Wars-themed poster that reads The Java Menace

What's the point?

This playground is designed to be an introduction to programming to those with little or no prior experience. This playground uses the real Java programming language, not block code or an over-simplified language. This is meant to allow those interested in programming jump right in without masking or hiding what real programming is. In the process of writing a real Java program, real-world programming vocabulary will be dropped along the way.

What will I learn?

In this activity, we'll go over variables, classes, objects, methods, libraries, parameters, and the rudimentary concept of procedural programming. If these terms sound intimidating or like gibberish right now, don't get concerned yet. You might be surprised just how easy coding really is.

Pre-requisites

  • A healthy curiosity
  • An open mind!
    • No prior programming knowledge is required for this activity! It truly is designed for beginners.
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content