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

  How is singlethreadmodel implemented in tomcat

How is SingleThreadModel implemented in Tomcat? In other containers? I would assume that Tomcat uses its connection thread pool, and creates a new instance of the servlet for each connection thread.

  User-defined methods

You will create the ShoutBox class for your Virtual World. Your ShoutBox class will have a shoutOutCannedMessage() method that returns a String type.

  Simulate the transactions of a checking account

create a base class, called CBankAccount, and two additional classes (each derived from CBankAccount), called CSavingsAccount and CCheckingAccount.

  Write java program to store values retrieved from user-array

Write a Java program named Arrays6_2GF.java Use an array to store values retrieved from user input. The number of integers to be entered (the length of the array )should also be retrieved through user input.

  Practice using recursion with data structures

Write a recursive method in this class called hasSameStructureAs(BinaryTree tree) that returns whether or not a tree has the same structure as another tree.

  Write java parallel arrays by the jumpinjive.java

Write the code that prints the name and price of the add-in or error message and and also write the code that prints the total order cost.

  A meanu driven program which maintain a list of car models

A meanu driven program which will maintain a list of a car models and their price

  How to detect the correct ip address and run it locally

When you compile the two modules, with disabling the package statement, it runs on one single machine, that's running the server

  Suppose that a variable a is declared as int java eclipse

Suppose that a variable a is declared as int a = 2147483647 (or equivalently,Integer.MAX_VALUE). What do each of the following print. System.out.println(a);

  Follow the projects suggestion

Be sure that you follow the projects suggestion and create a separate class for the word analysis. An instance of this class and its methods should then be called by your GUI interface.

  Pronouns, and prepositions

Type addKeyword(): for each word on each page, add to a (keyword, URLs) list or dictionary, excluding articles, pronouns, and prepositions. For example:

  User and prints the number of occurrences of each letter

File CountLetters.java contains a program that reads a word from the user and prints the number of occurrences of each letter in the word. In reviewing the code, note that the word is converted to all upper case first, then each letter is translated ..

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