Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.22 KB

File metadata and controls

46 lines (34 loc) · 1.22 KB
      _      _     __     __     _    
     | |    / \    \ \   / /    / \   
  _  | |   / _ \    \ \ / /    / _ \  
 | |_| |  / ___ \    \ 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.