Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA This assignment consists of writing two programs. Your first program will be to (Calculating the product of odd integers) Write an application that calculates

JAVA

This assignment consists of writing two programs. Your first program will be to

  1. (Calculating the product of odd integers) Write an application that calculates and outputs the product of the odd integers from 1 to 15.
  2. Modify the Assignment program from Module 1 to
    1. read a user's first and last name
    2. read three integer scores, calculate the total and average
    3. determine the letter grade based on the following criteria - Average 90-100 grade is A, 80-89.99 grade is B, 70-79.99 grade is C, all others F (use a nested if)
    4. Output formatted results consisting of the full name, the three scores, the total, average (to 2 decimal places), and the letter grade
    5. go to step 1 if user wants to go through the above 4 steps for another student

You are required to use a method for each of the steps 1-4

Hint: you are required to use a while loop and a nested if in this program in addition to working with methods

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

1 manometer is : A) 10-8 m B) 10-9 m C) 10-7 m D) 10-10 m

Answered: 1 week ago