Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given a function that takes in three digits a , b , c and returns if True a summed with b is less than c

Given a function that takes in three digits a, b, c and returns if True a summed with b is less than c and False otherwise
What seems to be the most appropriate set of test cases
Note: an important part of testing is making sure expected output and actual output are the same.
Note: an important part of testing trying to cover all possible cases.
If you believe that more than one answer applies choose the best answer.
Group of answer choices
a=4, b =4, c =4, output = False
a=-4, b =-4, c =-4, output = True
a=-1, b =-4, c =4, output = True
a=0, b =0, c =0, output = False
a=4, b =-1, c =-4, output = False
a=4, b =4, c =4, output = False
a=-4, b =-4, c =-4, output = True
a=-1.5, b =-4.9, c =4.2, output = True
a=0, b =0, c =0, output = False
a="a", b ="b", c ="c", output =???
a=4, b =4, c =4, output = False
a=-4, b =-4, c =-4, output = False
a=3333333333333333333333333333333333333333333333333333333333333333333333, b =-9, c =-4, output = False
a=0, b =0, c =0, output = False
a="a", b ="b", c ="c", output = False
a=4, b =4, c =4, output = False
a=-4, b =-4, c =-4, output = True
a=-4, b =4, c =4, output = True
a=4, b =-4, c =4, output = True
a=4, b =4, c =-4, output = False
a=4, b =4, c =4, output = True
a=-4, b =-4, c =-4, output = True
a=1, b =4, c =4, output = False
a=0, b =0, c =0, output = True
a=4, b =-4, c =-4, output = False

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions

Question

friendliness and sincerity;

Answered: 1 week ago