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

Triangular Number in Java #91

Closed Sbiswas001 closed 10 months ago

Sbiswas001 commented 10 months ago

Create a new program which checks if a number is a triangular number or not. A number is triangular if it is formed by the addition of consecutive sequence of integers starting from 1.

Sbiswas001 commented 10 months ago

I have made a pull request (PR #83 ). Please approve it.

tangorishi commented 10 months ago

gg @Sbiswas001