(Latest Revision: Wed Nov 2 11:32:22 PDT 2016 ) finalScript.txt

finalScript.txt


Script started on Wed Nov  2 11:29:54 2016
lucifer.local>> a.out

This program interactively reads two quiz
scores and prints the maximum.

Enter a quiz score: -31

You entered an invalid score.
Scores must be in the range 0-800 (inclusive).
Please try again.

lucifer.local>> a.out

This program interactively reads two quiz
scores and prints the maximum.

Enter a quiz score: 31
Enter a quiz score: 890

You entered an invalid score.
Scores must be in the range 0-800 (inclusive).
Please try again.

lucifer.local>> a.out

This program interactively reads two quiz
scores and prints the maximum.

Enter a quiz score: 31
Enter a quiz score: 790
The maximum of the two scores is: 790

lucifer.local>> a.out

This program interactively reads two quiz
scores and prints the maximum.

Enter a quiz score: 790
Enter a quiz score: 31
The maximum of the two scores is: 790

lucifer.local>> a.out

This program interactively reads two quiz
scores and prints the maximum.

Enter a quiz score: 750
Enter a quiz score: 750
The maximum of the two scores is: 750

lucifer.local>> exit
exit

Script done on Wed Nov	2 11:31:02 2016