Search:

Type: Posts; User: abdool_raheem03

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    1,710

    I have to use an array to do it.

    I have to use an array to do it.
  2. Replies
    15
    Views
    1,710

    #include #include #include...

    #include <iostream>
    #include <cstdlib>
    #include <fstream>
    #include <string>

    using namespace std;

    int main()
    {
  3. Replies
    15
    Views
    1,710

    C++ Array Problem

    Can someone please help me with this. I'm trying to read in 10 names into an array. I want to setup three different arrays, one for the first name, one for the last name and the other for address. My...
  4. Hey, I got it working. Thank you so much!

    Hey,

    I got it working. Thank you so much!
  5. Please help - Program to Compute Cost

    Can someone please point out to me what I'm doing wrong . Below is my source code for a program I wrote to calculate the cost of carpet & installation given the length,width, discount and cost per...
Results 1 to 5 of 5