Write a java console application that reads a string

Assignment Help Computer Engineering
Reference no: EM132200752

Write a Java console application that reads a string from the keyboard and tests whether it contains a valid date.

Display the date and a message that indicates whether it is valid. If it is not valid, also display a message explaining why it is NOT valid.

The input date will have the format mm/dd/yyyy.
A valid month value mm must be from 1 to 12 (January is 1). You can use:

String monthPart = inputDate.substring(0, 2);
int month = Integer.parseInt(monthPart);
to get the month value.

A valid day value dd must be from 1 to a value that is appropriate for the given month. September, April, June, and November each have 30 days.

Assume February has 28 days. All other months have 31 days.

The year can be any 4 digit year.

Be sure to use a switch statement at least once (perhaps for checking the valid months)

help please it must have

String monthPart = inputDate.substring(0, 2);
int month = Integer.parseInt(monthPart);
to get the month value.

Reference no: EM132200752

Questions Cloud

Solve for optimal labor demand : A firm uses a production function of the form Y=z*K^0.33*Nd^0.67 and chooses labor input Nd to maximize profits taking the wage rate w that it pays per unit.
Good source and a poor source of information : What makes a good source and a poor source of information? How can you tell?
Evaluate the integers to determine the smallest value : Prompt the user for the number of integers that will be input, then prompt the user for that number of integers.
Let talk about reliability of information : Let's talk about reliability of information. Where do you guys go to get your news from? How do you avoid fake news?
Write a java console application that reads a string : Write a Java console application that reads a string from the keyboard and tests whether it contains a valid date.
Evaluate the effectiveness of the training program : How will you evaluate the effectiveness of this training program? What other things must you think about when planning this training program?
Describe some of your ideas for backup procedures : Describe some of your ideas for backup procedures, who will back up the data, how often and where will the copies be stored, etc?:
Write palindrome program python to check palindrome : Write palindrome program either in java or c++ or perl or python to check whether the string given is a palindrome or not.
Could some form of a swot analysis be useful : In your enhanced vision, be sure to expand your marketing concepts to include the relevant environment factors from your reading.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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