Answered step by step
Verified Expert Solution
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 b c output False
a b c output True
a b c output True
a b c output False
a b c output False
a b c output False
a b c output True
a b c output True
a b c output False
aa b b c c output
a b c output False
a b c output False
a b c output False
a b c output False
aa b b c c output False
a b c output False
a b c output True
a b c output True
a b c output True
a b c output False
a b c output True
a b c output True
a b c output False
a b c output True
a b c output False
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started