Welcome to Java101! This project focuses on the very basics of Java that we talked about in today's study session, including file naming, code formatting, variable naming, and method writing.
- Fork the Repository:
- Click the "Fork" button at the top right of this repository to create your copy.
- Clone Your Fork:
git clone https://github.com/YOUR_USERNAME/java-basics-project.git cd java-basics-project - Complete the Tasks
- Open Task.java
- Implement the tasks as described in the comments.
- Submit Your Work
- Create a Branch:
git checkout -b main
- Commit and Push:
git add Tasks.java git commit -m "Completed Java basics tasks" git push origin main- Open a Pull Request: Go to your forked repository on GitHub and submit a pull request to the main repository.