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.
 
Pekka Helenius 6077740f77 Clean-up 4 years ago
1_basics Clean-up 4 years ago
2_conditionals Add base files 4 years ago
3_loops Add base files 4 years ago
4_strings Clean-up 4 years ago
5_lists Add base files 4 years ago
6_tables Add base files 4 years ago
7_methods Clean-up 4 years ago
8_lottery_bonus Clean-up 4 years ago
9_clitools Add base files 4 years ago
10_classes-and-objects Clean-up 4 years ago
README.md Clean-up 4 years ago

README.md

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