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

Change the name of seventh point from "control statements" to "jump statements" in theory.dart #45

Closed abhitidarbar closed 3 years ago

abhitidarbar commented 3 years ago

As control statement basically tells us the order in which the instructions in a program must be executed. And there are four types of control statements in C: Decision making statements- if ,if else etc Selection statements- switch case Iteration statements- loops Jump statements- break ,continue etc The name should be changed to "jump statements" so that users can get precise information.

aryanharitsh123 commented 3 years ago

I would like to work on this issue.

abhitidarbar commented 3 years ago

I would like to work on this issue. Done .

aryanharitsh123 commented 3 years ago

Should I rename the controlbasic.dart to jumpstatement.dart or leave it as it is? I have to modify it to change the title in the jump statement screen.

abhitidarbar commented 3 years ago

Should I rename the controlbasic.dart to jumpstatement.dart or leave it as it is? I have to modify it to change the title in the jump statement screen.

I will suggest to leave it as it is because this file is mentioned in other files which will probably create error or even if you change the name in other files too it will probably create a merge conflict if someone else is working in that file. So, it will be best for now to leave it as it is.

aryanharitsh123 commented 3 years ago

Check this PR, please. https://github.com/enzaimz/c_made_easy/pull/48