Java program for input of numbers only

Assignment Help JAVA Programming
Reference no: EM13941967

Edit Java program for input of numbers only. If the user inputs a letter the program must abort with a messegae like "Program aborted by user". Please explain the code.

import java.util.*;

public class NumberMonth

{
public static void main(String args[])

{
Scanner input = new Scanner(System.in);

while (true)

{
System.out.println("Please enter month number 1-12 to get month name (to quit press any letter': ");

int month = input.nextInt();

switch (month)

{
case 1: System.out.println("January"); break;

case 2: System.out.println("February"); break;

case 3: System.out.println("March"); break;

case 4: System.out.println("April"); break;

case 5: System.out.println("May"); break;

case 6: System.out.println("June"); break;

case 7: System.out.println("July"); break;

case 8: System.out.println("August"); break;

case 9: System.out.println("September"); break;

case 10: System.out.println("October"); break;

case 11: System.out.println("November"); break;

case 12: System.out.println("December"); break;

default: System.out.println("Wrong Input!!!");

}

}

}

}

Reference no: EM13941967

Questions Cloud

Discuss the potential influences of power : Write a summary in which you critically discuss the potential influences of power and politics that can affect your scenario organisation. Explain the issues of power and politics that may arise within and across teams as a consequence of the pend..
Analyzing the leadership of a 21st century : Using relevant theories and models critically evaluate and analyse the leadership of a 21st century business leader (must be an Australian or American leader).
Find the maximum loss and the break-even point : Assume you sell a European call option on AUD100,000 (AUD = Australian Dollar). The strike price is X(USD/AUD)=0.72 (USD = U.S. Dollar), the maturity is one year, and the premium is 5 cents per AUD. Find the maximum loss and the break-even point S(US..
Determine share price needed on expiry to obtain profit : At time 0, the share price of a stock was $85. At that time, a call option on a share of stock with a strike price of $95 expiring 6 months later had a premium $2.00. Risk free interest is 4% annual effective. Determine the payoff and the profit on t..
Java program for input of numbers only : Edit Java program for input of numbers only. If the user inputs a letter the program must abort with a messegae like "Program aborted by user". Please explain the code.
Expected to provide after-tax operating cash flows : What is the IRR for the following project if its initial after tax cost is $5,000,000 and it is expected to provide after-tax operating cash flows of ($1,800,000) in year 1, $2,900,000 in year 2, $2,700,000 in year 3 and $2,300,000 in year 4?
What appears on the screen when you place mouse pointer text : What appears on the screen when you place the mouse pointer under text that was corrected by AutoCorrect? Which button do you click to show formatting marks in a document? The first time you save a document, which dialog box appears? What happens whe..
Calculate the rate at which radiation is incident : Calculate the rate at which radiation is incident on A3 due to emission and reflection from A1.
Organizations are using cloud computing : A growing number of organizations are using cloud computing as a viable alternative for their IT resource needs. Cloud computing allows organizations to increase their ability to meet computing resource demands while avoiding significant investments ..

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