Document Title

Year 2020 Printable

Overview

After your complete the assignment in hackerRank for the Year 2020 assignment

Copy this into you Eclipse IDE. Be sure to name it PX_2020_lastname.

Details

What You’ll Do

  1. Step one…
  2. Step two…
  3. Step three…

What You’ll Submit to google classroom.

  • PX_year2020_lastname.png – screenshot inside the Eclipse
  • PX_year2020_lastname.java – java source file
  • PX_year2020_lastname.txt – plain‑text copy
  • PX_year2020_lastname.mp4 – demo video

Resources

Tip: You will need to setup an account. Enter your School e-mail.

Example Code (optional)

// Paste code here if needed
public class Main{
  public static void main(String[] args){
    System.out.println("Hi, My name is Joe Cusack");
  }
}