C# About algorithms assignment

Sakurara

Eternal Poster
Established
Joined
Nov 24, 2016
Posts
576
Reaction
104
Points
390
Mga zir/ma'am pahingi po idea nito "Create an algorithm that would compute of Average grade from prelim to midterm" step by step.
Idea lng po mga zir Wala Kasi sa lecture may sagut na po Ako pero parang di Ako sure 😅
 
Pa check po kung tama

Step 1 Start
Step 2 read a,b
Step 3 sum=a,b
Step 4 print sum
Step 5 stop
 
- Declare 3 variables midTerm, prelim and for average.
-Let user input grades for midTerm and PreLim
-Get the sum of midterm and pre lim
-Get Sum and divide it by 2 then store it to average.
-print average.
 
- Declare 3 variables midTerm, prelim and for average.
-Let user input grades for midTerm and PreLim
-Get the sum of midterm and pre lim
-Get Sum and divide it by 2 then store it to average.
-print average.
Slamat zir Mali pala sagut ko haha
 
Back
Top