C Programming
Make a program that will accept an integer and loop for the same number of times as that of the inputted integer and input random integers and add it to the array/list one by one, per line. Afterwards, make your program accept another random integer.
Using that final integer, compare from your array/list if the final integer's value is also present in your current array/list. If so, print "Present"; otherwise, print "None".
Start coding now!
Input
1. Size of the array
2. Elements of the array
3. Integer to be searched
Output
The first line will contain a message prompt to input the size of the array. The succeeding lines will contain message prompts to input the elements of the array. The next line will contain a message prompt to input the integer to be searched. The last line contains the appropriate message.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here