Can someone please guild me step by step (not in code ) on how to write an array im so lost! Here's the question
"Write a program to find the largest value in an array that is smaller than a ceiling C. For example, suppose the array has the values {4, 14, 11, 100, 6} and C=12. The program should report 11 as the answer."
when asked smaller then ceiling C do they mean the third array value as in the underline part {4, 14,
11, 100, 6}
1