Java XML Data Analysis: Temperature and Player Stats
- Java
- Apache NetBeans IDE
The project consists of five main exercises aimed at analyzing temperature data and Clash player statistics:
This exercise displays data of Clash players stored in an XML file.
Finds the player with the most trophies in Clash and displays their statistics.
Finds the maximum and minimum temperature in 2015.
Finds the maximum and minimum temperature in 2016.
Finds the maximum and minimum temperature in 2017.
To run the project:
- Clone the repository to your local machine.
- Open the project in Apache NetBeans IDE.
- Compile and run the Practica3.java file.
- Java
- Apache NetBeans IDE