adding cs142 code

This commit is contained in:
dm
2016-04-06 20:45:34 -07:00
parent 552d456d53
commit 8e52ce1982
174 changed files with 14064 additions and 0 deletions
+17
View File
@@ -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;
}
+22
View File
@@ -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.