Create an application in java

Assignment Help JAVA Programming
Reference no: EM131074250

Create an application in Java that asks a user for a number of hours, days, and years and computes the equivalent number of seconds (ignoring leap years).

import java.util.Scanner;
public class Example2
{ public static void main(String[] args)
{ // First get the info from user
Scanner days = new Scanner(System.in);
System.out.println("Please enter a number of days: ");
Scanner years = new Scanner(System.in);
System.out.println("Please enter a number of years: ");
Scanner hours=new Scanner(System.in);
System.out.println("Please enter a number of hours: ");
// Now do calculations
newyears = years/31536000;
newdays = days/86400;
newhours = hours/60;
//Now present results
System.out.println("That's" +newyears + newdays + newhours +" second(s)");

} // end main method
} // end class

 

Reference no: EM131074250

Questions Cloud

What is the presenting electronic addiction problem : What is the presenting electronic addiction problem? Provide a brief statement regarding why this student has come in today. What motivated this client to get help
Question regarding sample mean and standard deviation : a. Is there sufficient evidence to conclude that the mean airline takeoff deviation is not zero at the 0.05 level of significance? b. Suppose the executive took a sample of 100 takeoff deviations and found the same sample mean and standard deviat..
Chemical formula of a compound : Discuss how you could experimentally determine the chemical formula of a compound?
Describe common rites of passage from two cultures : Describe common rites of passage from two cultures around the world and compare them to a common American rite of passage. Possible resources might include National Geographic and the Argosy University Online Library
Create an application in java : Create an application in Java that asks a user for a number of hours, days, and years and computes the equivalent number of seconds
What is the diameter of the wire : You need to determine the diameter of a piece of copper wire in mm. The wire is 25.05 cm long and weighs 1.941 g. The density of copper is 8.933 g/cm3.
Article concerning the issue that most interested : Post comments in a forum (Be sure to cite your reference) After researching one of the topics from the Top Ten Issues, explain what you learned from your article concerning the issue that most interested you. Your post should be at least 100 words..
Explain the egocentrism or sociocentrism : Explain the egocentrism or sociocentrism, as well as any pathological tendencies of mind, involved in your thought process. How could you have applied the keys to sound decision making to approach the situation more rationally? If you prefer not t..
Why do marketing professionals care about : Are small business owners at a disadvantage if they lack the marketing research resources large companies have? Why or why not? Ch 10

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd