Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8717797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:22:42+00:00 2026-06-13T06:22:42+00:00

I need help figuring out to intakes a complete date and then validate that

  • 0

I need help figuring out to intakes a complete date and then validate that it is a real date.

This is what I have so far.

import java.util.Scanner;

public class numerology
{
     public static void main( String args[])
        {
            Scanner input = new Scanner(System.in);

            int month = 0;
            int date = 0;
            int year = 0;

            char slash = '/';

            int checker = 0; //a flag used to tell if the birthday enter is a validate one 0 = no 1 = yes

            System.out.println ("Enter birthday(mm/dd/yyyy): ");                                
                month = input.nextInt();
                slash = input.next().charAt(0);
                date = input.nextInt();                            
                slash = input.next().charAt(0);                                                 
                year = input.nextInt();

      while (checker == 0)
            {
                if ( month < 1 || month > 12)
                {
                    System.out.printf("Bad month: %d\n", month);
                    System.out.print("Re-enter birthday(mm/dd/yyyy): \n");                       
                       month = input.nextInt();
                       slash = input.next().charAt(0);
                       date = input.nextInt();
                       slash = input.next().charAt(0);
                       year = input.nextInt();

                }
                else
                if ( slash != '/')
                {
                    System.out.print ("Use forward slash");
                    System.out.print ("Re-enter birthday(mm/dd/yyyy): ");
                    month = input.nextInt();
                    slash = input.next().charAt(0);                   
                    date = input.nextInt();                                                
                    slash = input.next().charAt(0);
                    year = input.nextInt();

I got more code that checks the date and year but I’m aready running into problems with the code I have now.

My problem at the moment is that the check ‘/’ won’t work.

Also when I run this loop, there is no way to exit it (it’s an infinite loop). It’s obviously a problem that I still am not able to solve for over a week of working on this. I have been trying to find a way to use the Int “checker” to somehow turn to a 1 so the loop will exit. However no luck on figuring that out either. So bascially should I scrap this entire thing and start over? If so, can someone point me in the right directions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T06:22:44+00:00Added an answer on June 13, 2026 at 6:22 am

    You should set checker = 1 somewhere inside your loop so that the condition in the while loop becomes false and the code will exit

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have weird problem with django translations that i need help figuring out. Problem
I need some help figuring out how I should do this. I would like
I know I'm close to figuring this out but need a little help. What
I need help figuring this out, what am I doing wrong my book doesn't
I need some help figuring out how to write this .htaccess . My file
Need help figuring out how to do this. My code: my %hash; $hash{'1'}= {'Make'
I need help figuring out how to convert data that comes in from a
I need help figuring out an error in my SQL statement. I have been
I need help figuring out which Accessory Type Switch has been changed. I have
http://jsfiddle.net/nicktheandroid/ZSvHK/ I need help figuring out how to get this right, problems listed below.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.