how do I turn a double in an array from 1000 to infinity

0 votes

I am trying to convert a double from a max count of 1000 to infinity I have been asked by my tutor to do this but I can't find any information anywhere.

private static final double[][] orders = new double[1000][4]; // 1000 is the max orders for the day

private static int orderCount = 0;

Jul 9, 2024 in Java by tim

edited Mar 5 6 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP