GitHunt
OT

Otman404/Java_School_Assignments

JAVA Exercises (in French)

      _      _     __     __     _    
     | |    / \    \ \   / /    / \   
  _  | |   / _ \    \ \ / /    / _ \  
 | |_| |  / ___ \    \ V /    / ___ \
  \___/  /_/   \_\    \_/    /_/   \_\

This repository contains some java exercises in different concepts, for example :

  • Inheritance
  • Composition
  • Abstract classes
  • ...

Getting Started

These instructions will show how to copy this repository and run the examples on your machine.

Prerequisites

You must have java jdk installed on your machine to be able to compile and run the java code .
Simply follow these instructions

Installing

To get this repository to your machine just open a terminal (or git bash if you are on windows) and copy this line :

git clone https://github.com/Otman404/Java_School_Assignments.git

Running the tests

To run a solution you just :

cd path/to/where/you/cloned/this/repo

then go the solution of certain exercise and :

javac Main.java && java Main

Contributing

  • Feel free to improve code in this repository if you found a better solution to the exercises.
  • Help to translate exercises/solutions to English.

Languages

Java100.0%

Contributors

Created October 31, 2018
Updated March 9, 2023
Otman404/Java_School_Assignments | GitHunt