Question: java please disregard the first problem. Only answer Part IV 1. Write a programming segment using a For Loop and a random number generator. The

1. Write a programming segment using a For Loop and a random number generator. The random numbers should between 5 and 500. Using a FOR loop compute the sum of first 10 numbers (20 pts) Rubric: Correct use of For Loop (10 points) Correct use of Random number generator to generate numbers between 5 and 500 (10 points) Part IV - Java Program ( 40 points Please write a complete Java program, given the following information about (a few lines of code in) main: depositAmount = getAmount("'Deposit"); // returns today's deposit amount withdrawalAmount = getAmount("Withdrawal"); // returns today's withdrawal amount display Balance (depositAmount, withdrawal Amount); // display beginning balance (assumed/set as ZERO), today's deposit amount, today's withdrawal amount and today's new balance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
