Answer
a) Logical Error
b) Logical Error
c) Indentation Error
Work Step by Step
a) In code (a), count is initialized to 0 but not incremented during Loop execution, so it will be a Infinite Loop, which is a logical error.
b) In code (b), there is a logically wrong decrements operator used.
c) Indentation error