#include #include #include using namespace std; int main() { cout << "Duckpin Bowling created by Heritage Hih School Team B" << endl; cout << endl; cout << "Please type in the scoring for ten frames:" << endl; cout << endl; cout << endl; system("PAUSE"); return 0; }