Вземане на решения в програмирането


Резолюция: Група | Продължителност: Два до четири часа

Общ преглед


Цели

За да накарате учениците да научат как да вземате решения в програмирането. Вземането на решения включва синтаксис if, if-else синтаксис и if-else синтаксис if-else.

Цели на обучението

By the end of this activity, students will be able to: • Explain control flow in programming and how it works in programming • Implement decision making in C programming • Build a program with a more interactive and logical flow

Контекст

Decision making plays a very important in writing programming. It allows programmers to write the flow of a program and any related logic in a program can be controlled. With syntax of using decision making, students are able to write the decision making in any programming languages since the general form of writing algorithm is mainly discussed. In particular, the decision making is then applied using C programming to our students. The students learn to practice with real-life problem such as selling management, score management and tax calculation.