Compute Grade of Student

សម្ព័ន្ធភាព៖ Isra University
ដំណោះស្រាយ៖ បុគ្គល | រយៈពេល៖ មួយទៅពីរម៉ោង

ទិដ្ឋភាពទូទៅ


គោលដៅ

The objective of this activity is to Compute Grade of Student with respect to marks using Conditional Statement (ELSE IF).

វត្ថុបំណងការសិក្សា

After the activity, students will be able to: • How to use Conditional Statements.

បរិបទ

Conditional Statements in programming are used to make decisions based on the conditions. Conditional statements execute sequentially when there is no condition around the statements. If you put some condition for a block of statements, the execution flow may change based on the result evaluated by the condition. This process is called decision making.