Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If you can do all of them please do if not Part 3 please in java Part I. Write a programming segment that prompts the
If you can do all of them please do if not Part 3 please in java
Part I. Write a programming segment that prompts the user for his or her name and the displays the name backwards Part II. Write a programming segment that generates 25 random integers between 0 and 99. Place the even numbers in an array called EVEN and then place the odd numbers in an array called ODD. Print the EVEN array and Print the ODD array Part III. Write complete program segment to generate 50 numbers of type double. Store them in array called NUMBERS. Print the array. Find the average of the array. Then divide each element in the array by the average. Store that number in an array called DIVIDE. Print the array. For full credit please: Write the pseudocode Provide 2 Test Cases Check for Arithmetic Exception Write the complete Source Code Pat IV. Write a programming segment that will generate 50 random integers between 0 and 99. Print the array. Increment every element of the array by 1. Print the arrayStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started