Write a C++ program that reads input an integer maxAllowed and in output prints all elements less than the value maxAllowed from the array given below. Print -1 if all elements are greater than maxAllowed variable.int Array[10] = {67, 49, 11, 90, 123, 98, 8, 176, 34, 102};
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here