This program is a calculator that calculates the area of a square based on each side length provided by the user.
java.util
- a built-in package in Java that provides utility classes & interfaces for a wide range of functionalities.
Method 1: Clone repository
1. Create a copy of this repository:
git clone https://github.com/m3mentomor1/Area_of_Square_Calculator.git
2. Go to the repository's main directory:
cd Area_of_Square_Calculator
Method 2: Fork repository
Click the Fork
button at the top right corner of this page to create a copy of this repository in your GitHub account.