Page 157 - BAHAN_BACAAN_ALGORITMA_DAN_PEMOGRAMAN
P. 157

Read(T)
                          If T ≤ 0, Then  Write (‘Padat’)
                                 Else
                                         If  (T>0) and ( T< 100) Then Write (‘Cair’)
                                                Else
                                         If T ≥ 100 Then Write (‘Gas atau Uap’)
                          Endif
                   EndIf
   152   153   154   155   156   157   158   159   160   161