CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: richardo

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    6,134

    Re: two-dimensional arrays (need help)

    In the last if statement??
  2. Replies
    5
    Views
    6,134

    Re: two-dimensional arrays (need help)

    So what additional code is needed?
  3. Replies
    1
    Views
    633

    need some help

    I'm supposed to write a function named findmax() that finds and displays the max value in a 2-dimensional array of integers. The array is supposed to be declared as a 10 row by 20 column array of...
  4. Replies
    2
    Views
    4,076

    Re: help need proper equation!

    Actually it is an option but I just don't know how to do it at all.
  5. Replies
    2
    Views
    4,076

    help need proper equation!

    For this program I have to obtain the variance. The variance is obtained by subtracting the calcAverage from each value in testvals, squaring the values obtained, adding them, and dividing by the...
  6. Replies
    5
    Views
    6,134

    two-dimensional arrays (need help)

    So I have this program running but the output is wrong. Im trying to display the maximum value of a list of numbers. Heres my program:

    #include <iostream>
    #include <iomanip>
    using namespace std;...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured