Java fundamentals through coding exercises
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

1.4 KiB

Java basics

Java fundamentals through coding exercises.

Contents of this repository are based on Java programming course material provided by Haaga-Helia University of Applied Sciences.

NOTE: Assignments and their descriptions are in Finnish for meanwhile. I have a plan to translate them to English.

NOTE: Code indentation in markdown (.md) files is incorrectly rendered in Gitea. Click Raw to see the correct indentation.

Contents

  • Basics

    • Description: fundamental code structuring
  • Conditionals

    • Description: conditionals in Java
  • Loops

    • Description: for and while loops in Java
  • Strings

    • Description: String operations in Java
  • Lists

    • Description: List operations in Java
  • Tables

    • Description: Table operations in Java
  • Methods

    • Description: Methods in Java
  • Lottery

    • Description: Two bonus assignments
  • Command line tools

    • Description: Basic day checker
  • Classes and objects

    • Description: Custom classes and objects in Java