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

 

Statements

  • assignment
  • sequence
  • repetition
  • selection
  • blocks

Input/Output Statements

  • read and readln -- input
    • readln (variable list);
    • readln (value);
    • error if what is entered does not match type
  • write and writeln -- output
    • writeln (variable list)
    • writeln (value);