CMPS 002 - Computer Literacy

Prof. Paulo Franca

CyberSlug Rules!

Classes

Class Syllabus

Grading Policy

Labs

Interact

Login

  • enter system
  • get attendance
  • submit work
  • take lab quiz
  • check scores

Help

Help me!

Links

Staff only

 

 

 

Datacare   Ahshay

 

algorithm:
read 10 numbers
  add numbers
divide by 10
  output
 
refined algorithm
algorithm:
set sum to zero
  repeat 10 times
  get a value
  add value to the sum
  end repeating
  divide by 10
  output