Menu

Using Aws Cloud9 Ide Write Program Takes 5 Input Values User Prints Minimum Maximum Value Q43902906

  1. Using the AWS Cloud9 IDE write a program that takes 5 inputvalues from a user and prints the minimum and maximum value. Besure to prompt the user for each of the 5 input values. Thefollowing is a possible application interface. Other applicationinterfaces are possible as well.
  2. Using the AWS Cloud9 IDE Write a Python calculator applicationthat prompts a user to calculate the sum, difference, modulus,product or quotient of two input integers. Since we can’t loop yet,the application should run once and then exit. The applicationshould prompt the user to select the mathematical operator, displaywhat was selected and then prompt the user to enter the twointegers. If the user enters a 0 for the second number when thedivision operator is selected, the application should warn thatdivide by zero is not allowed and exit. The following is a possibleapplication interface. Other application interfaces are possible aswell.
  3. Document your test results for each application within the AWSCloud9 classroom environment. The test document should include atest table that includes the input values, the expected results andthe actual results. A screen capture should be included that showsthe actual test results of running the test case. Be sure toinclude multiple test cases to provide full coverage for all code.For example, if you have you should demonstrate each mathematicaloperator selected works as expected and every statement in the codeis reached through the test cases.

Expert Answer


Answer to Using the AWS Cloud9 IDE write a program that takes 5 input values from a user and prints the minimum and maximum value…

OR