The Rule-Based Paradigm
A rule-based program is a collection of if-then rules.
if name = "" then input name;
if name starts with "A" then print "Early in the alphabet";
Previous slide
Next slide
Back to first slide
View graphic version