Update cv7/program.c
This commit is contained in:
parent
c559a9d12e
commit
dcbdd921c0
@ -75,7 +75,7 @@ void runExpertSystem(struct TreeNode *node) {
|
||||
} else if (answer == 'n') {
|
||||
runExpertSystem(node->right);
|
||||
} else {
|
||||
printf("Nerozumiem\n"); // Неправильна відповідь
|
||||
printf("Koniec vstupu\n"); // Неправильна відповідь
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user