how would i be able to write a function module for average from this pseudo-code and then use it to write an algorithm.

Sum integer
Num integer
Count integer
Count:= 0
Sum:=0
Dowhile count <3
Println “Enter Num: ”
Read Num
Sum := Sum + Num
Count:= count + 1
ENDDO
Println “average = ”, Sum/Count

Similar Questions
  1. Purpose:• Write AND OR & NOT logic in pseudo-code and Raptor. Requirements: In Notepad, write pseudo-code for the following.
    1. answers icon 9 answers
  2. Purpose:• Write AND OR & NOT logic in pseudo-code and Raptor. Requirements: In Notepad, write pseudo-code for the following.
    1. answers icon 1 answer
  3. What will the following pseudo code program display?Module main ( ) Declare Integer x = 1 Declare Real y = 3.4 Display x, “
    1. answers icon 1 answer
  4. Week 3 - Expand Pseudo CodeThe accounting office indicated the code must be able to handle overtime hours. Add functionality to
    1. answers icon 0 answers
more similar questions