Search:

Type: Posts; User: eblanco1

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    944

    C++ hw need help..

    I cant figure out how to fix the loop for the program to work correctly and for it to display right..Please
    help..

    DrinkMachineInventory.txt-
    Coca-Cola 0.75 20
    Root Beer 0.75 20...
  2. Thread: word analyzer

    by eblanco1
    Replies
    1
    Views
    1,393

    word analyzer

    Write a program that counts number of words in a sentence and displays the average number of letters in each word. Your program should ask the user to type a sentence (or sentences) that are 80...
  3. Replies
    4
    Views
    1,864

    Need help with tax computation table!!

    #include <iostream>
    #include <cstdlib>
    #include <math.h>
    #include <iomanip>

    using namespace std;


    const string FILLER = " ";
Results 1 to 3 of 3