1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// Name: Connor McDowell // Date: 1/30/3024 // class: CIS116 // Assignment: homework 3 #include <iostream> #include "header.h" using std::cin; using std::cout; using std::endl; int main() { return 0; }