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

Search:

Type: Posts; User: BrandenBTW

Search: Search took 0.01 seconds.

  1. How do I implement the mean1d function to find the mean in this code?

    #include <iostream>
    using namespace std;

    int main()
    {

    //I'll be making a 1 dimensional array
    int array1d[25];
  2. [RESOLVED] How do I call for a for the mean in this situation to get the mean? (C++)

    #include <iostream>
    using namespace std;

    void main()
    {

    //I'll be making a 1 dimensional array
    int array1d[25];
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured