News

Write an application that can hold five integers in an array. Display the integers from first to last, and then display the integers from last to first. Save the file as IntArray.java. Use Scanner ...