Page 94 - Computer_Genius_v2.1_C7_flipbook
P. 94
Notes
(“else if” block is used when we need to apply multiple conditions)
Step 4 Add comparisons for the rest two variables using logical and relational blocks inside the
two else-if blocks. Add print block in them as in step 3.
Step 5 In the else potion of if-do block, add print block. Inside print block, add input block. By
this, if none of the conditions are true, then the instruction of else block will be printed.
Then click on Run button. Enter the values, click on Enter buttons to check which value is greatest.
Information Literacy
Quest
Write the name of the following blocks:
1.
2.
3.
4.
92 Computer Genius (V2.1)-VII

