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

Search:

Type: Posts; User: juliani91

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    631

    Re: ALMOST DONE.. LITTLE HELP please!

    @Ejaz Thank you it worked perfectly, and sorry for the php tag, im still learning.
  2. Replies
    3
    Views
    631

    ALMOST DONE.. LITTLE HELP please!

    #include <iostream>
    #include <iomanip>
    using namespace std;

    int main()
    {
    double totalAverage[6];
    int monkey, day;
  3. Replies
    1
    Views
    12,120

    Help! problem with arrays

    A local zoo wants to keep track of how many pounds of food each of its three monkeys eats
    each day during a typical week. Write a program that stores this information in a twodimensional
    3 × 7...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured