Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <string>
- #include "header8.h"
- using namespace std;
- int main()
- {
- Counter test;
- cout << "Enter a string: \n";
- getline(cin, test.input);
- test.countnumbers();
- test.showNumbers();
- cout << test.numbers[4] << endl;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement