Quiz 04
1. Using a Console application, prompt the user for an integer. If the number is greater than 1000, write a message saying the "Number is too big". Otherwise write a message saying "Number is OK".2. Describe the call-by-value mechanism for passing data from the arguments of a method call to the parameters of a method.