SWCousins/Codecademy-Java-Projects - GitHub

Skip to content Dismiss alert {{ message }} / Codecademy-Java-Projects Public
  • Notifications You must be signed in to change notification settings
  • Fork 2
  • Star 3
  • Code
  • Issues
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

10 Commits
Calculator.javaCalculator.java  
CarLoan.javaCarLoan.java  
Continents.javaContinents.java  
Droid.javaDroid.java  
GradeAnalyzer.javaGradeAnalyzer.java  
Magic.javaMagic.java  
README.mdREADME.md  
View all files

Repository files navigation

  • README
Codecademy-Java-Projects

Java Coding Projects from Codecademy Pro

Java exercise files from the Java program on Codecademy

  • Calulator

    • A Simple Calculator program implemented as a Java Class with
      • .add
      • .subtract
      • .multiply
      • .divide
      • .modulo
    • Methods take two(2) integer arguments and return a single int
  • Car Loan program

    • A simple Car Loan program
    • Takes integer Loan Amount, Years, Interest and Down Payment.
    • Returns monthly payment with interest
  • Continents and Capitols program

    • A program that takes an Integer input representing a Continent
    • Returns the Largest City in that Continent
  • Droid program

    • A "Hovering Droid" Program that simulateds a Droid with methods:
      • .activate
      • .hover
      • .checkBatteryLevel
      • .chargeBattery Method takes integer hours and adds it to the batteryLevel
  • Grade Analyzer program

  • A simple program that can Analyze an ArrayList of Integers as grades in a class

    • .getHighest
    • .getLowest
    • .getAverage
  • Methods take an ArrayList parameter

  • Returns an Integer and prints to the console

  • Math Magic program

  • Performs a Mathematical magic trick :shipit:

About

Java Coding Projects from Codecademy Pro

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

3 stars

Watchers

0 watching

Forks

2 forks Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • Java 100.0%
You can’t perform that action at this time.

Tag » Codecademy Java Continent