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

  • Home
  • SEARCH
  • 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 9203999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:36:09+00:00 2026-06-17T23:36:09+00:00

Orderid Amount order id Amount c4 1 c2 60 c2 10 c3 38 c2

  • 0
Orderid     Amount      order id    Amount
c4         1            c2          60
c2         10           c3          38
c2         20           c4          13
c2         30           null           null
c3         11           null           null
c3         13           null           null
c3         14           null           null
c4         12           null           null

Above are two arrays(order id , Amount)
The first Array consists of elements containing duplicate orderid’s along with their values , i’m trying to find out distinct orderid’s along with their sum as shown in the second array . for that i wrote the below code . its not working . Pls help

for(int y=0;y<data.length;y++) {
                  if(data[y][0].equals(data[y+1][0])==true)
                  { 
                      tx=(Double) data[y][1]+(Double)data [y+1][1];

                     data[y+1][1] = tx;
                     data[y][1]=tx;
                     data[y][0]=null;
                  }    
                  if(y+1 > data.length)
                  {
                      break;
                  }
                 System.out.println("Tx="+tx);
                  }
  • 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-17T23:36:11+00:00Added an answer on June 17, 2026 at 11:36 pm

    Consider using a HashMap<String><Integer> to keep track of the order ids and totals. Iterate over the items in the array, and for each order id/amount pair, check if the order id is in the hashmap. If it’s not already there, insert it with its amount into the hashmap; if it is, add the amount to that place in the hashmap.

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

Sidebar

Related Questions

I have two tables Order with columns: OrderID,OrderDate,CID,EmployeeID And OrderItem with columns: OrderID,ItemID,Quantity,SalePrice I
I have the following database structure : [Order] OrderId Total [Payment] OrderId Amount Every
I have two tables: orders: orderid customer_id amount 1 5 1 2 5 2
consider the following class: class Order { int OrderId {get; set;} int CustomerId {get;
I have two tables: orders and orders_items. Both sharing the field orderID. I want
I have the following Table named Order Orders Table ___________________________________________________ orderiD | userId |
I have a situation where I need select the current and previous order amount
My Javascript array Contents looks like below Order[0] = Order ID Order[1] = Unused
Say I have a table order as id | clientid | type | amount
i want something like this : public class Order { public Guid OrderID {

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.