Update cv3/program.c

This commit is contained in:
Viktor Daniv 2024-10-07 12:22:27 +00:00
parent 09a43c13f3
commit f9fb9c2826

View File

@ -39,7 +39,10 @@ void print_stack(Calculator *calc) {
for (int i = 0; i <= calc->top; i++) {
printf("%.2f ", calc->stack[i]);
}
printf("\no input\n");
printf("\n");
if(i == calc->top){
printf("no input\n");
}
}
// Основна функція для роботи з операціями