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

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