IDNStudy.com, kung saan ang iyong mga tanong ay natutugunan ng mabilis na sagot. Hanapin ang mga solusyong kailangan mo nang mabilis at madali sa tulong ng aming mga eksperto.

Create an application containing an array that stores 10 integers. The application should call five methods that in turn (1) display all the integers, (2) display all the integers in reverse order, (3) display the sum of the integers, (4) display all values less than a limiting argument, and (5) display all values that are higher than the calculated average value.