Given a simple program designed to take inputs of integers
from 1-1000 and to output the factorial value of that
number, how would you test this program? You do not have
access to the code. Please be as specific as possible.
Answer Posted / arati pradhan
Input 1 --> Check the result
Input 500 --> Check the result
Input 999--> Check the result
Input 1000-->Check the result
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Is c++ proprietary?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Who was the creator of c++?
What is conditions when using boolean operators?
What are the rules about using an underscore in a c++ identifier?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is dynamic and static typing?
Can I learn c++ as my first language?
Why do we need runtime polymorphism in c++?
If you don’t declare a return value, what type of return value is assumed?
What is a tuple c++?
Define namespace in c++?
What is the use of "new" operator?
What is time_t c++?
What are punctuators in c++?