ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 25 May 2017 My Price 9.00

Write "Price with Tax is" + Price

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:

Answers

(11)
Status NEW Posted 25 May 2017 12:05 AM My Price 9.00

-----------

Not Rated(0)