Search:

Type: Posts; User: egnorth

Search: Search took 0.00 seconds.

  1. stahta01: Thanks for your reply. Here's the...

    stahta01: Thanks for your reply. Here's the solution I came up with.

    #include <iostream>
    #include <fstream>
    #include <iomanip>
    #include <string>
    #include <cmath>

    using namespace std;
  2. Calculating Sum of Integers of Unknown Length

    My assignment, which I've attached (.pdf), is to write a C++ program that will accept a file containing an unknown number of integers as input. For each number in the input file, output the original...
Results 1 to 2 of 2