Skip to content

Commit

Permalink
Merge pull request #104 from Mugna0990/answer-FAQ040
Browse files Browse the repository at this point in the history
Solved
  • Loading branch information
edoardocolella authored Dec 13, 2023
2 parents 5ae5044 + 028cf62 commit 637cd09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/FAQ/Part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ In networking, what does "DNS" stand for?

### FAQ040
Explain the purpose of the "if-else" statement in programming.
if else statement allows you to create a conditional chain like this:
if (something is true) -> do what you want
else -> do what you want to do if what you verified before is false

0 comments on commit 637cd09

Please sign in to comment.