idk
This commit is contained in:
parent
3b81665ba4
commit
3476260fe0
17
src/sheet02.cpp
Normal file
17
src/sheet02.cpp
Normal file
@ -0,0 +1,17 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
||||
int main()
|
||||
{
|
||||
int selection;
|
||||
std::cout << "";
|
||||
std::cout << "Please select an Exercise: ";
|
||||
std::cin >> selection;
|
||||
|
||||
switch(selection)
|
||||
{
|
||||
case 1:
|
||||
default:
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user