Question: Problem Statement: Write a Java program ( use ComputeAverage.java as an example ) that should implement an interactive dialog that provides the user with information
Problem Statement:
Write a Java program use ComputeAverage.java as an example that should implement an interactive dialog that provides the user with information about the procedures and asks the user for information. Once all the data have been entered, the procedure will compute results.
Write out the title, the input data, and the calculated results:
Print a program title
Prompt the user to enter a radius of a circle radius can be any value
Compute the area and the circumference of the circle
Display results
The interactive inputoutput should be the following:
Student name:
CIS Foundations of Computer Information Systems
Homework assignment
Due Date: February
Instructor: Dr Lomako
Enter a number for radius: this is an example; a radius can be any value
The area for the circle is
The circumference for the circle is
Your assignment report should include all steps from Report Requirements.
Create a new folder HWYourLastName which includes the following files:
assignment report file: Report AreaCircumference.doc
programs source file: AreaCircumference.java
programs bytecode file: AreaCircumference.class
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
