0
Write a program that will ask for 5 numbers from the user and if the number is present in array the function should return 1
5 Antworten
0
Which number should be present?
0
The 5 numbers which you will ask from the user
0
Which array?
0
Is it passed via argc and argv?
Is it embedded in the source code?
Is it also typed in?
0
What's the return type of the function? bool or short?