SoftUni / Programming-Basics-Book-CSharp-EN

Textbook for the "Programming Basics" course @ SoftUni (C#, English)
https://csharp-book.softuni.org
Other
74 stars 180 forks source link

Non standard symbols in lines 17 to 20 #6

Open BGdaredevil opened 3 years ago

BGdaredevil commented 3 years ago

Link to the File https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/edit/master/Content/Chapter-7-1-complex-loops/do-while-loop/examples/example-sum-of-digits.md

Description Non standard symbols in lines 17 to 20

Current (Wrong) Text - n = 5634 🡒 extract 4; sum += 4; n = 563

Corrected (New) Text -- // i assume that this 🡒 is supposed to be an arrow?