The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Using the following pseudo code, provide 3 unique test cases that would help validate your algorithm.
Be sure to place the test cases in table showing the input values, and expected output for each test case.
Write "Enter the price in dollars:"Input Price Write "Enter state sales tax(e.g. .06) :"Input  Price = Price + (Price * Sales Tax)
Write "Price with Tax is" + Price
Â
Homework 2 – Test Case CreationUsing the following pseudocode, provide 3 unique test cases that would help validate youralgorithm. Be sure to place the test cases in table showing the input values, and expected outputfor each test case.Write "Enter the price in dollars:"Input PriceWrite "Enter state sales tax(e.g. .06) :"Input SalesTaxSet Price = Price + (Price * SalesTax)Write "Price with Tax is" + PriceSubmit your word or PDF file to your assignments folder no later than the due date.Grading guidelinesSubmissionPointsA minimum of 3 test cases were provided2Input provided and explained for each test case1Expected output provided and explained for each test case1Test cases represent a wide variety of possible input values (e.g. large numbers,small numbers (0), negative, or unexpected non-number entries)1Total5
Attachments: