enzaimz / c_made_easy

A basic android app to learn C Programming basics
https://play.google.com/store/apps/details?id=com.enzaimz.c_syntax
10 stars 27 forks source link

Delete the information about switch case from looping.dart #47

Closed abhitidarbar closed 3 years ago

abhitidarbar commented 3 years ago

As there are only three types of loop and switch is not a loop, also there is a complete another dart file for switch i.e switchcase.dart. We don't need it here.

vivekgugnani commented 3 years ago

As there are only three types of loop and switch is not a loop, also there is a complete another dart file for switch i.e switchcase.dart. We don't need it here.

I would like to work on this issue.

aryanharitsh123 commented 3 years ago

Handled this issue in the last PR. https://github.com/enzaimz/c_made_easy/pull/48/commits