tangorishi / learnJava

LearnJava - Hacktoberfest 2023 🚀 Join us in celebrating Hacktoberfest 2023 by contributing to this Java programming repository! Whether you're a beginner or an expert, dive into Java, share your knowledge, and make Hacktoberfest unforgettable. 📚💻 Happy coding and contributing! 🚀🌟
MIT License
26 stars 45 forks source link

Create TriangularNumber.java #83

Closed Sbiswas001 closed 10 months ago

Sbiswas001 commented 10 months ago

Added a new file which checks for triangular number.

tangorishi commented 10 months ago

kindly create an issue first explaining what you aim to do in the repo.

tangorishi commented 10 months ago

use proper pr template given in readme file this

Sbiswas001 commented 10 months ago

Description: This PR adds a java program to check if a number is a Triangular Number or not.

Changes Made: Added TriangularNumber.java

Testing Done: The code compiles and runs without any errors.

Additional Notes: I am new to Open Source, and I want to start my journey by participating in Hacktoberfest. This PR is a milestone towards my goal.

tangorishi commented 10 months ago

gg @Sbiswas001