Write program to calculate the length of the hypotenuse

Assignment Help Python Programming
Reference no: EM132363470

Python Programming Assignment - Triangle Calculator

ALIGNMENT: The purpose of this assignment is to provide practice with variables, getting user input and displaying formatted output. You will also need to cast (convert) data types from string to float (with the input) and vice-versa (with the output).

ASSIGNMENT: In this assignment, you will write a Python 3.x program to calculate the length of the hypotenuse (side C) of a right triangle, given the lengths of the other two sides (A & B) as provided by the user. The program will also calculate the area of the triangle and the perimeter (the sum of the three sides). Other specifications:

  • Save your file with as "CIS156_01A_Triangle_YourLastName.py"
  • Print the project tile on the first line
  • Print the next line showing your name as the developer, followed by a blank line (remember you can use \n)
  • Then provide a description of what the program does.
  • The user should be prompted to enter the length of sideA and then prompted to enter sideB.
  • Convert the string input to float data types.
  • Write statements that use math operations to calculate the hypotenuse, area, and perimeter. Remember the Pythagorean Theorem? . . . C2 = A2 + B2 .... Or..... C = square root of A2 + B2 (by the way the square root is the same as the value raised to the power of 0.5) The area is half of sideA length * sideB length. The perimeter is the sum of the three sides.
  • All output should be displayed (formatted) to two decimal places.

Attachment:- Python Programming Assignment File.rar

Reference no: EM132363470

Questions Cloud

Journalize the entry on july 1 and the adjusting entry : Both companies have fiscal years ending December 31. For Tamarisk Co., journalize the entry on July 1 and the adjusting entry on December 31.
Using porter three competitive strategies : Using Porter's three competitive strategies (cost, differentiation and focus), choose a company that uses each strategy and explain why.
Determine the amount to be reported by northco : Determine the amount to be reported by NorthCo among investing activities on its cash flow statement. Determine the amount to be reported by NorthCo.
Describe the ethics in groups or organizations : Values can be found in the individual, ethics in groups or organizations, and laws in larger societies. What other differences are there between values, ethics.
Write program to calculate the length of the hypotenuse : CIS156 Python Programming Assignment - Triangle Calculator, South Mountain Community College, USA. Write program to calculate the length of the hypotenuse
Create a project plan for the engineering project : 4: Managing a professional Engineering Project (Pearson Set) - Managing an engineering project focusing on Sustainable Engineering - The London College
Demonstrate thoughtful consideration of the concepts : XYZ Company has now decided to rework its marketing and production strategies to increase market share and reduce overall costs. Since you oversee marketing.
What is the onboarding process : What is the Onboarding Process? Can the process could be accelerated or improved?
How the changing nature of work may impact you : For this Discussion, reflect on the article, "The End of the Job," and think about the author's definition of a job. Consider how the changing nature of work.

Reviews

len2363470

8/30/2019 9:49:44 PM

SUBMIT: Upload your Python (.py) file to Canvas in the Assignment 01A area. GRADING (1 Point) - 1 point for cSLO1 – Write Python programs that process user input and display formatted output. All output should be displayed (formatted) to two decimal places.

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd