Update cv7/program.c
This commit is contained in:
parent
0da28c761f
commit
46306cedb7
@ -75,7 +75,7 @@ void runExpertSystem(struct TreeNode *node) {
|
|||||||
} else if (answer == 'n') {
|
} else if (answer == 'n') {
|
||||||
runExpertSystem(node->right);
|
runExpertSystem(node->right);
|
||||||
} else {
|
} else {
|
||||||
printf("Neplatna odpoved. Koniec programu.\n");
|
printf("Nerozumiem\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user