Skip to content

Logical error line 24 #5

Open
Open
@BGdaredevil

Description

@BGdaredevil

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)) = n+1

Current (Wrong) Text We decrease the value of n by -1.

Corrected (New) Text We decrease the value of n by 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions