adding cs142 code
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
|
||||
|
||||
cout << " Basic BYU Trivia\n" << endl;
|
||||
cout << " Questions Answers \n" << endl;
|
||||
cout << "What was the original name of BYU? Brigham Young Academy" << endl;
|
||||
cout << "When was BYA established? 1875" << endl;
|
||||
cout << "Who was the first \"permanent\" principal of BYA? Karl G. Maeser" << endl;
|
||||
cout << "When did BYA become BYU? 1903" << endl;
|
||||
cout << "To what sports conference do we belong? Mountain West Conference(MWC)" << endl;
|
||||
cout << "When did BYU win the national football title? 1984" << endl;
|
||||
cout << "Who won the Heisman Trophy in 1990? Ty Detmer" << endl;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
A
|
||||
D
|
||||
B
|
||||
A
|
||||
B
|
||||
C
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
D
|
||||
B
|
||||
B
|
||||
C
|
||||
A
|
||||
C
|
||||
D
|
||||
A,C
|
||||
B
|
||||
B
|
||||
A,B,C,D
|
||||
so we can learn by doing rather than let someone else learn.
|
||||
Reference in New Issue
Block a user