Run the program first. Read the comment lines. This program is incomplete. However the full design is shown below.
Add code to store and update a new value in the same variable. You should be able to find and read exisiting code that may help you. Remember the snippets in CodeClips may also be useful.
Display the new variable stored, as shown in the example output.
purpose and design
purpose
This program should show the user the default passcode and default password. The program should allow the user to update both values and then show the new values.
design
the design has been implmented in code up to step 08