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


Please Help Members By Posting Answers For Below Questions

Difference between pointer to constant vs. Pointer constant

578


What is the function to call to turn an ascii string into a long?

595


What relational operators if statements in c++?

642


Is c++ the hardest language?

565


What is the difference between a baller and a reference in C++?

576






which of the following is not an secondary constant a) array b) real c) union

1256


Explain class invariant.

586


When should you use global variables?

626


How can we access protected and private members of a class?

589


What is the basic of c++?

601


What are manipulators in c++ with example?

579


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

613


Write about the scope resolution operator?

612


Explain Text Manipulation Routines?

644


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

535