* this is a command file that counts the cartoon characters * with various term standing * * first clear screen and set database file in use * clear use cartoon * * now do counts and store in memory variables * count for term = '1' to m1 count for term = '2' to m2 count for term = '3' to m3 count for term = '4' to m4 * * now clear screen and report on findings * clear * ? " The Cartoon Character College of Comical Knowledge" ? " " ? " Student list and Term Standing" ? " " ? " Freshmen: ", m1 ? " Sophmores:", m2 ? " Juniors: ", m3 ? " Seniors: ", m4 ? " " ? "Thats all folks!" * * end of program *