kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
17.24k stars 11.07k forks source link

Add Perimeter Of Triangle #1132

Open KiranSatyaRaj opened 1 year ago

KiranSatyaRaj commented 1 year ago

Add perimeter of triangle problem to conditionals-loops assignment

Gourav2580 commented 1 year ago

Primeter of tringal add all side of tringal

KiranSatyaRaj commented 1 year ago

Primeter of tringal add all side of tringal

At the end it is that simple but one also has to check if sum of any two sides of triangle is greater than the other side, and if not reprompt the user to enter a greater values of those particular two sides? I believe that's where one has to think, so I thought it can be a good addition to the current set of exercises

Rohxn16 commented 1 year ago

Hey I wanna take up this problem, is it still open? @KiranSatyaRaj