Performance Task in Ict 9
Performance Task in Ict 9
ICT 9
INTRODUCTION:
Many of us especially students are sometimes having difficulties in computing and they don’t
have time for this. This computer program can help students improve their skills in computer.
Some of us have more knowledge in computer than manual things. It can be easier for us
students to keep up with the computing of grades.
CODES:
grade1= TextWindow.ReadNumber()
-it is declaring that grade1 as the first variable once the user enters the first value. Readnumber is
for the TextWindow to read the number from the textwindow.
If average>101 Then
TextWindow.WriteLine("Sorry, it is Out-of-Our-Range")
ElseIf average<65 Then
TextWindow.WriteLine("Sorry, it is Out-of-Our-Range")
-If, then always end up with EndIf. ElseIf helps provide an alternate condition.
If average>101 Then
TextWindow.WriteLine("Sorry, it is Out-of-Our-Range")
ElseIf average<65 Then
TextWindow.WriteLine("Sorry, it is Out-of-Our-Range")
ElseIf average>90 Then
TextWindow.WriteLine("You got A!/ Excellent Academic Performance")
ElseIf average>85 Then
TextWindow.WriteLine("You got B!/ Very Good Academic Performance")
Elseif average>80 Then
TextWindow.WriteLine("You got C!/ Satisfactory Academic Performance")
Elseif average>75 Then
TextWindow.WriteLine("You got D!/ Poor Academic Performance")
ElseIf average<75 Then
TextWindow.WriteLine("You got F!/ Unacceptable Academic Performance")
EndIf
Karmela Melgarejo
-Reporter
-leader
Bernadette Saez
-programmer
-helped in typing codes
Christian Dave Cortes
-provided the flashdrive
-helped in coding and programming
Eula Mino
-minimal participation
Zhieolaika Responde
- printed the codes and output
Treasha Casais
-Help in correcting the codes
John Daniel Salvamante
-Coder
-dictated the necessary codes