Skip to content

NicholasBottone/Java-Menace-Introductory-Java-Lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use this playground on Tech.io, use the playground link at the top of the main project page next to the topic.

The Java Menace: A Programming Tutorial About Pizza

This is a "playground activity" powered by Tech.io. In this interactive coding activity, participants write code that orders pizza for them. 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.