high on Essays logo

Our Services

Get 15% Discount on your First Order

Week 3: Professors Name: Rabiha Kayed Student Name: Aissata Samake Class: CMSC 105 Date: 1. Create a Python program that accepts at least three values as input: an operator (e.g. +, -, *,/) and at

Week 3:

Professors Name: Rabiha Kayed

Student Name: Aissata Samake

Class: CMSC 105

Date:

1. Create a Python program that accepts at least three values as input: an operator (e.g. +, -, *,/) and at least two numerical values. The program must include an if statement that performs computations on the two or more numerical values based on the choice of operator. It should then display the result of the computation.

Post your code as an attachment (.py file) and post a screenshot of executing your program on at least one test case.

Be sure to create a program different from any of the programs already posted by your classmates. You may reuse your Week 2 discussion post modified to fit these requirements.

2. Reply to another student’s post. Modify that student’s program by changing one of the calculations. Document the code with a comment describing the change. Post your modified code as an attachment (.py file) and post a screenshot of executing your program on at least one test case.

Classmate to reply: See the attachment below please. Thank you 

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit
Reviews

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Week8_Test Plan Instructions: The Test Plan for each project includes the Pseudocode, Flowchart, Goals and Objectives, Functional Requirements, and Test

Week8_Test Plan Instructions: The Test Plan for each project includes the Pseudocode, Flowchart, Goals and Objectives, Functional Requirements, and Test Matrix including Actual Output column.  Below the table are screenshots verifying the actual output for each case. Note:  Your programming projects should be submitted in the Revel environment for grading. Week

Week 4: Instructions: The Test Plan for each project includes the Pseudocode, Flowchart, Goals and Objectives, Functional Requirements, and Test Matrix

Week 4: Instructions: The Test Plan for each project includes the Pseudocode, Flowchart, Goals and Objectives, Functional Requirements, and Test Matrix including Actual Output column.  Below the table are screenshots verifying the actual output for each case. Week 4 Notes – Mathematical Functions;  Characters and Strings Recalling our Week 3