Praktikum 06 bearbeitet
This commit is contained in:
Binary file not shown.
@@ -41,8 +41,8 @@ int main(int argc, char* argv[])
|
||||
while((input != EOL) && (input != EOF)){
|
||||
input = getchar();
|
||||
}
|
||||
input = toupper(command);
|
||||
switch(input){
|
||||
command = toupper(command);
|
||||
switch(command){
|
||||
case 73: // I
|
||||
insertPerson();
|
||||
break;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user