Programming-Basics-Book-CSharp-EN
Programming-Basics-Book-CSharp-EN copied to clipboard
Textbook for the "Programming Basics" course @ SoftUni (C#, English)
## 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 = 563**4** 🡒 extract 4; sum += 4;...
## Link to the File https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-7-1-complex-loops/do-while-loop/do-while-loop.md#example-calculating-factorial ## Description --- we are to decrement the value (n--) (n-1), however it is written that we decrease by -1 => (n - (-1))...
## Link to the File https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-7-1-complex-loops/while-loop/while-loop.md ## Description Markup error in line 3 ## Current (Wrong) Text are called while** loops**. ## Corrected (New) Text are called while **loops**.
## Link to the File -- https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-7-1-complex-loops/loop-step/loop-step.md ## Description -- A typing error in the book and a markup error ## Current (Wrong) Text -- * We run a `for`**...
Ново
Окей