Paper Writing Services each calculation in a variable 2) You will get an error if you divide by zero, you will address ts problem next
Abstract |
---|
nts: Sample output Enter your Lower range —> -100 Enter your gher range —> 100 Enter your First number —> 50 Enter your Second number —> 20 The Result of 50+20=70.0 The Result of 50-20=30.0 The Result of 50*20=1000.0 The Result of 50/20=2.5 Thanks for using our calculator! ==================================== Enter your Lower range —> -50 Enter your gher |
You need to confirm the flowing:- 1) Installation To install Python, go to select version 3.x, and follow the instructions 2) I will not accept any code in Python interactive mode. To create a program in batch mode; In IDLE # Ts is the flower box and it should be at the beginning of each assignment # You must add comments to your code # Program name : # Student Name : Ymmas Azaba # Course : ENTD220 # Instructor : My Instructor # Date : Any Day# Copy Wrong : Ts is my work A simple calculator to accept two numbers and print the addition, subtraction, multiplication and division of the two numbers. You are required to store each input number in a separate variable. nts 1) You should also store each calculation in a variable 2) You will get an error if you divide by zero, you will address ts problem next assignment Ts is my first programming assignment Enter your First number —> 25 Enter your Second number —> 14 The Result of 25+14=39.0 The Result of 25-14=11.0 The Result of 25*14=350.0 The Result of 25/14=1.78571428571 Thanks for using our calculator! Make sure that you save your code in a text file in ts format. Check your file after the upload to see if they are readable. You can paste your code in the student submission text area. W2P1_firstname_lastname.py # Ts is the flower box and it should at the beginning of each assignment # You must add comments to your code # Program name : # Student Name : Ymmas Azaba # Course : ENTD220 # Instructor : My Instructor # Date : Any Day # Copy Wrong : Ts is my work 1) Limit the input range from -100 to 100 for each input number 2) Prevent dividing by zero (Do not use try-except) 3) Instead of hard coding values from -100 to 100, let the user enter the range nts: Sample output Enter your Lower range —> -100 Enter your gher range —> 100 Enter your First number —> 50 Enter your Second number —> 20 The Result of 50+20=70.0 The Result of 50-20=30.0 The Result of 50*20=1000.0 The Result of 50/20=2.5 Thanks for using our calculator! ==================================== Enter your Lower range —> -50 Enter your gher range —> 50 Enter your First number —> 20 Enter your Second number —> 0 The Result of 20.0+0.0=20.0 The Result of 20.0-0.0=20.0 The Result of 20.0*0.0=0.0 The Result of 20.0/0.0= Thanks for using our calculator! ==================================== Enter your Lower range —> 10 Enter your gher range —> 50 Enter your First number —> 5 Enter your Second number —> 60 Assignment details in a comment block 10 10 Using the input() function Code comments 30 30 Using variables/if-then Code comments 30 30 Using the print()function to produce the results (Part I, and Part II application is running) 30 30 100 100
Sample references |
---|
|
Need your ASSIGNMENT done? Use our paper writing service to score better and meet your deadline.
Click Here to Make an Order Click Here to Hire a Writer