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 o1 day, 3 hours, 46 minutes, and 39 seconds.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 1TF
icon
Related questions
Question
9:48
CS210-Program1.pdf
•..
CPSC 21000: Programming Fundamentals
Programming Assignment 1 (CalcTime)
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 vour Java Class that contains the main method should be CalcTime, All your code should be
within the main method.
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. You need to use meaningful identifier names that conform to standard Java naming conventions.
4. At the top of each file, you need to put in a block header comment with the following information:
b. course name
C. semester, and
d. assignment name.
5. 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.
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, e hours. 39 minutes, and 33 seconds
Note: replace cname> with your actual name
Transcribed Image Text:9:48 CS210-Program1.pdf •.. CPSC 21000: Programming Fundamentals Programming Assignment 1 (CalcTime) 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 vour Java Class that contains the main method should be CalcTime, All your code should be within the main method. 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. You need to use meaningful identifier names that conform to standard Java naming conventions. 4. At the top of each file, you need to put in a block header comment with the following information: b. course name C. semester, and d. assignment name. 5. 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. 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, e hours. 39 minutes, and 33 seconds Note: replace cname> with your actual name
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning