Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.07 KB

#JAVA ~Calculadora Java

Developed by 👨‍💻 @Ruan-Narici.

✨ NAME Calculadora Java
🏁 STARTED IN 10/02/2023
✅ FINISHED IN 10/02/2023
⚙️ TECNOLOGIAS Java, Eclipse

DETAILS

Project developed using my knowledge in the Java language.
This is an project developed with object orientation, some visibility modifiers and several methods.

Do you want to test the calculator? It's simple, just follow the steps:

1 - in your gitbash use the command: git clone
2 - In eclipse create a new java project;
3 - Right click on SRC and navigate;
IMPORT > GENERAL > FILE SYSTEM > NEXT;
4 - In FROM DIRECTORY, click on BROWSE, open the folder that you cloned and select SRC;
5 - Then mark the CHECKBOX of the SRC folder and click FINISH;
6 - In Eclipse click on RUN AS JAVA APPLICATION;

OBJECTIVE

The objective is to solve the basic mathematical operations.

PREVIEW

Ruan Narici