This video contains detailed solution of following question:-
Write a program in Java to input 10 integers and save them in a single dimensional
array.Perform the following task:
(a)Print the elements of the array on a single line followed by space
(b)Compute and print the sum of elements at even indices
(c) Compute and print the product of elements at odd indices
Link of bluej solution is • Sum of elements at even indices | Pro...