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 8574817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:33:33+00:00 2026-06-11T19:33:33+00:00

I got a method that is like below private double get_date_number(String day, String month,

  • 0

I got a method that is like below

    private double get_date_number(String day, String month, String year) {
        // TODO Auto-generated method stub

        date_array[0][0] = 6.18;
        date_array[0][1] = 1.22;
        date_array[0][2] = 6.26;
        date_array[0][3] = 6.30;
        return date_array[Integer.parseInt(month)-1][Integer.parseInt(day)-1];
    }

and I’m calling it like below:

        date_number = get_date_number(Day, Month, Year);

date_array is defined as double[][]

date_number is defined as double

If I return:

return date_array[0][2];

It works like a charm but if I do it like above the app crashes…

Can anyone help me please?

  • 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-11T19:33:34+00:00Added an answer on June 11, 2026 at 7:33 pm

    The bounds of your 2D array date_array has been exceeded. This more than likely is happening in the line that contains either :

    date_array[0][3] = 6.30;
    

    or

    date_array[Integer.parseInt(month)-1][Integer.parseInt(day)-1]
    

    Check the values for month and day and ensure that you have enough rows and columns respectively to match these.

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

Sidebar

Related Questions

In a class, I've got a trace method that looks like this: [System.Diagnostics.ConditionalAttribute(Trace)] private
I am wring a button control like below. i have got a method that
I've got a GET method that looks like the following: GetMethod method = new
I'm trying to do a method like that, bug got concurrency problems.. seems like
I've got a method that creates a string then appends additional strings onto it:
I've got a simple method that does this: private void searchButton_Click(object sender, EventArgs e)
I've got a method in a class that's writing to some string, which calls
I just started playing in scala. I got a method that accepts string array
I've got a method that gets called on an event, which presents me with
Let's say I've got a method that takes some arguments and stores them as

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.