Skip to content

Otman404/Java_School_Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

      _      _     __     __     _    
     | |    / \    \ \   / /    / \   
  _  | |   / _ \    \ \ / /    / _ \  
 | |_| |  / ___ \    \ 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.

Releases

No releases published

Packages

No packages published

Languages