Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Duc: How to Submit: Tuesday, March 20, by 11:59pm Use the Java Project 2 assignment link in Bb to upload your Java source code file

image text in transcribed
image text in transcribed
image text in transcribed
Duc: How to Submit: Tuesday, March 20, by 11:59pm Use the Java Project 2 assignment link in Bb to upload your Java source code file (.java) Your program will accept two input values from the user: file size (MB), and download speed (MB/sec). Using those values, your program will calculate the estimated time to download the file and will display that information to the user Your input dialog boxes should look like: input Input Enter tile size (MB Enter download speed (MBisec OK Cancel OK Cancel And your output should look like: elcone to the Doun load Tine Est inator his download will take appro xinately hours 13 ninutes 28 seconds. ress any key to continue - In this project, you use: .Arithmetic and assignment statements from Chapter 2 . The Integer.parselnt)" method to convert String input received through dialog boxes to integer values These elements from Chapter 4 . o Relational operators o "if statement, including: Block statements Dual path, also known as if-else Name your Java source code file DownloadTimeAppXXXjava, where XXX is your initials. Remember that your class name will need to match your file name! Include comments in your Java source code to explain what the code is doing, and use a block comment at the top of your application to include your name, filename, date, and a purpose In designing the program logic, we have developed: a flowchart explaining the salculation logic pseudocode for the full logic you need to accomplish in your method body; and, test cases to run to ensure that your program is working correctly. These are on the next two pages. USE THEM! And have fun

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

Databases A Beginners Guide

Authors: Andy Oppel

1st Edition

007160846X, 978-0071608466

More Books

Students also viewed these Databases questions