There are
some programming concepts a new programmer must know before he start learning
any programming language. These concepts are,
Variable:- You can think of a variable as a container for storing
values. Variables are used in programming languages to store data, the data can
be in form of characters, numbers or Boolean.
( Control-Flow/Decision Making:- Decision making is the ability of a program to make a
decision during its execution. Without this feature, creation of complex
software will not be feasible. Decision Statements like IF, IF-ELSE,
SWITCH are used in controlling the flow of program execution or make a
decision. For example, your program has a form where user can enter his
details, but if the user enter wrong details the program must make a decision
on what to do next.
No comments:
Post a Comment