Menu

[Solved] Number 1 Display Entered Numbers Reverse Order Num2 Also Display Num Array Q37254409

all for number 1 display all entered numbers in reverse orderand num2 also display all num in array
rite a Java program which promp ts the user to enter 20 integers between -100 and 100. Entered numbers are stored in an integrite a Java program which promp ts the user to enter 20 integers between -100 and 100. Entered numbers are stored in an integers array. Write separate loops to: 1) Display every other number of the array elements. 2) Calculate and display the total of the odd numbers in the array. 3) Count and display the number of the positive numbers. 4) Search the array for any given number, if number is found in the array, display its location Number x is found in location y of the array If target is not found display a message number is not in the array. 5. The program is to run as many times as the user wants Hand in: The program’s source code. The output of all different scenarios. Phones, texting and email must be turned off. Prof. FAljamal Show transcribed image text rite a Java program which promp ts the user to enter 20 integers between -100 and 100. Entered numbers are stored in an integers array. Write separate loops to: 1) Display every other number of the array elements. 2) Calculate and display the total of the odd numbers in the array. 3) Count and display the number of the positive numbers. 4) Search the array for any given number, if number is found in the array, display its location Number x is found in location y of the array If target is not found display a message number is not in the array. 5. The program is to run as many times as the user wants Hand in: The program’s source code. The output of all different scenarios. Phones, texting and email must be turned off. Prof. FAljamal

Expert Answer


Answer to all for number 1 display all entered numbers in reverse order and num2 also display all num in array… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *