1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// name: Connor McDowell // date: 2/8/2024 // class: CIS116 // reason: Inclass exercise 10 #include <iostream> #include "Header.h" using std::cin; using std::cout; using std::endl; int main() { return 0; }