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.
Sir,
I need to do my certification course for .NET. Will u
provide me the information of how to prepare for the
certification test. And also specify me the online books
that is useful in studing for .NEt platform
Write a prog to accept a given string in any order and flash
error if any of the character is different.
For example : If abc is the input then abc, bca, cba, cab
bac are acceptable, but aac or bcd are unacceptable.