Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hijtec committed Feb 18, 2025
1 parent 6091196 commit a9a40a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lekce04.Vyklad.Cykly/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
int vekUzivatele;
bool povedloSePrevest = int.TryParse(vstupUzivateleText, out vekUzivatele);

while(/*nepovedloSePrevest*/)
while (!povedloSePrevest) // ekvivaletne povedloSePrevest == false
{
// donut uzivatele zadat vek znovu.
// donut uzivatele zadat vek znovu.
}

0 comments on commit a9a40a5

Please sign in to comment.