matching the code EXACTLY how it is below, etc.).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Hete_matching the code EXACTLY how it is below, etc.). 

 

Requirements
Create a Java program that reads a value representing a number of seconds, and then prints the equivalent
amount of time as a combination of days, hours, minutes, and seconds. For example, 99999 seconds is equivalent
to 1 day, 3 hours, 46 minutes, and 39 seconds.
Additional Requirements
1.
The name of your Java Class that contains the main method should be CalcTime. All your code should be
within the main method.
2. Your code should follow good coding practices, including good use of whitespace (indents and line breaks)
and use of both inline and block comments.
3
4.
5
CPSC 21000: Programming Fundamentals
Programming Assignment 1 (Calc Time)
You need to use meaningful identifier names that conform to standard Java naming conventions.
At the top of each file, you need to put in a block header comment with the following information:
your name
course name
c. semester, and
d. assignment name.
The output of your program should exactly match the sample program output given at the end, including
spacing, wording, and where the prompt for the input is displayed.
a.
b.
What to Turn In
You will turn in the single CalcTime.java file using BlackBoard.
Sample Program Output 1
CPSC 21000
NAME: <name>
PROGRAMMING ASSIGNMENT 1
Enter the number of seconds: 99999
The equivalent time is 1 days, 3 hours, 46 minutes, and 39 seconds
Sample Program Output 2
CPSC 21000
NAME: <name>
PROGRAMMING ASSIGNMENT 1
Enter the number of seconds: 587349573
The equivalent time is 6798 days, 0 hours, 39 minutes, and 33 seconds
Note: replace <name> with your actual name
Transcribed Image Text:Requirements Create a Java program that reads a value representing a number of seconds, and then prints the equivalent amount of time as a combination of days, hours, minutes, and seconds. For example, 99999 seconds is equivalent to 1 day, 3 hours, 46 minutes, and 39 seconds. Additional Requirements 1. The name of your Java Class that contains the main method should be CalcTime. All your code should be within the main method. 2. Your code should follow good coding practices, including good use of whitespace (indents and line breaks) and use of both inline and block comments. 3 4. 5 CPSC 21000: Programming Fundamentals Programming Assignment 1 (Calc Time) You need to use meaningful identifier names that conform to standard Java naming conventions. At the top of each file, you need to put in a block header comment with the following information: your name course name c. semester, and d. assignment name. The output of your program should exactly match the sample program output given at the end, including spacing, wording, and where the prompt for the input is displayed. a. b. What to Turn In You will turn in the single CalcTime.java file using BlackBoard. Sample Program Output 1 CPSC 21000 NAME: <name> PROGRAMMING ASSIGNMENT 1 Enter the number of seconds: 99999 The equivalent time is 1 days, 3 hours, 46 minutes, and 39 seconds Sample Program Output 2 CPSC 21000 NAME: <name> PROGRAMMING ASSIGNMENT 1 Enter the number of seconds: 587349573 The equivalent time is 6798 days, 0 hours, 39 minutes, and 33 seconds Note: replace <name> with your actual name
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
C-string
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education