Skip to content

DestCom-Student-Projects/JAVA_01

Repository files navigation

Exercices JAVA MT4 - 1

Usage with maven (folder hetic-calculator)

configure the application.properties file to set the needed properties:

mvn clean install
java -jar target/hetic-calculator-1.0-SNAPSHOT.jar <number1> <operator> <number2>

Usage without maven (folder without_maven)

java Calculator <number1> <operator> <number2>

or

java Calculator <folderPath>

With the .op file containing the operations in the following format:

<number1> <operator> <number2>
<number1> <operator> <number2>
...

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages