Update wrong output of the example of code (#22519)

* [x]  I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
* [x]  My pull request has a descriptive title (not a vague title like `Update index.md`)
* [x]  My pull request targets the `master` branch of freeCodeCamp.
* [x]  None of my changes are plagiarized from another source without proper attribution.
* [x]  My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
This commit is contained in:
Miftah Mizwar
2018-11-13 13:36:14 +07:00
committed by Manish Giri
parent 7afa00f2aa
commit 8eb754d4eb

View File

@ -60,5 +60,5 @@ int main () {
## Output ## Output
``` ```
-> a is not less than 5! -> a is not less than 5!
-> Value of a is : 100 -> Value of a is : 10
``` ```