You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
241 B
6 lines
241 B
2 years ago
|
|
||
|
Exercise 3.4: Modify the make-account
|
||
|
procedure of Exercise 3.3 by adding another local state variable so that,
|
||
|
if an account is accessed more than seven consecutive times with an incorrect
|
||
|
password, it invokes the procedure call-the-cops.
|