Functional Problem Solving (CSC 151 2016S) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Taking Notes] [Rubric]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Labs] [Outlines] [Readings] - [Examples] [Handouts]
Reference: [Setup] [Remote] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Curtsinger (2016S)] [Davis (2013F)] [Rebelsky (2015F)] [Weinman (2014F)]
Misc: [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)]
Held: Wednesday, 10 February 2016
Back to Outline 10 - Documenting Programs and Procedures. On to Outline 12 - Testing Your Procedures.
Summary
We consider sipmle textual interactive programs, programs that read input from the user and produce output.
Related Pages
Overview
read-line.read.Administrivia
normalFriday reading on testing.
sectionlambdadisplay to print values.newline to print a newline.display and newline, we can
better see what our program does.read-line.read.