C++ Multiple-subscripted Arrays

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jupi13
    New Member
    • Jul 2008
    • 18

    C++ Multiple-subscripted Arrays

    I Want To Know How To Add Arrays Indexes??


    80 90 93=sum
    87 45 12=sum
    12 42 12=sum
    Also The Sum Of Each Column
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    You use the long hand method there is no other way

    Comment

    • jupi13
      New Member
      • Jul 2008
      • 18

      #3
      Originally posted by Banfa
      You use the long hand method there is no other way
      CAN YOU EXPLAIN FURTHER??...CAN YOU GIVE ME AN EXAMPLE PLS...

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by jupi13
        CAN YOU EXPLAIN FURTHER??...CAN YOU GIVE ME AN EXAMPLE PLS...
        Don't shout and use proper words like 'please' instead of 'PLS'.

        Do you know how to craft a 'for loop'?

        kind regards,

        Jos

        Comment

        • Banfa
          Recognized Expert Expert
          • Feb 2006
          • 9067

          #5
          Originally posted by jupi13
          CAN YOU EXPLAIN FURTHER??...CAN YOU GIVE ME AN EXAMPLE PLS...
          Can you explain exactly what it is you want to do?

          Try reading this

          Comment

          Working...