No products in the cart.

Write a program to input length …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a program to input length of three sides of a triangle. Then check if these sides will form a triangle or not
  • 1 answers

Himani Gautam 5 years, 2 months ago

a=int(input("Enter first side :")) b=int(input("Enter second side :")) c=int(input("Enter third side :")) if (a+b)>c and (b+c)>a and(a+c)>b: print("These sides will form a triangle.") else: print("These sides will not form a triangle.")
http://mycbseguide.com/examin8/

Related Questions

Write a program for swapping two numbers?
  • 0 answers
Define packages
  • 0 answers
Write a program for swapping two numbers
  • 1 answers
What is alu
  • 1 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App