diff options
Diffstat (limited to 'OLD/ee1301/wk1/lab1/strap012_lab1_w_0.cpp')
-rw-r--r-- | OLD/ee1301/wk1/lab1/strap012_lab1_w_0.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OLD/ee1301/wk1/lab1/strap012_lab1_w_0.cpp b/OLD/ee1301/wk1/lab1/strap012_lab1_w_0.cpp deleted file mode 100644 index af1582a..0000000 --- a/OLD/ee1301/wk1/lab1/strap012_lab1_w_0.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include <iostream>
-using namespace std;
-
-int main()
-{
- int students;
- int section;
- cout << "Number of students: ";
- cin >> students;
- cout << "Number of sections: ";
- cin >> section;
- cout << "The lecture to lab ratio is " << students/section << ":1." << endl;
-}
\ No newline at end of file |