Question: Given the code below, answer the following questions: // This program tests whether or not an initialized value Il is equal to a value input
Given the code below, answer the following questions: // This program tests whether or not an initialized value Il is equal to a value input by the user #include using namespace std; int main() { int numi, // numi is not initialized num2 - 5; // num2 has been initialized to 5 cout > num1:1 cout
Add code to the program to check to Input validation. Test the new program with diverse data to test Input validation. Attach the input and output of a successful execution of your program below (Hint: Use the shipping tool to take screenshots):
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
