Question
(Please share only working code as the past solutions are yielding several error messages. ) Using the LC3 simulator, looking to compile a program where
(Please share only working code as the past solutions are yielding several error messages. ) Using the LC3 simulator, looking to compile a program where the user must enter a password that satisfies the following criteria: o at most 12 characters and at least 8 characters o may contain only capital A through Z, “*” or “ ” (space) characters - The process must continue until the user enters a valid password. To pull this off, you’ll need to utilize TRAPS, Branches, Loads/Stores, and pretty much everything LC3 has to offer. - There is no limit to the number of guesses. The program keeps going until the user enters a valid password.The program works as follows: o Ask to enter a password of up to 12 characters. o If password has any characters that are not allowed, warn the user that at least one character is not allowed, and ask for another password o Once the user enters a password that only contains allowed characters, print “Password created” and halt the program.
Step by Step Solution
3.36 Rating (152 Votes )
There are 3 Steps involved in it
Step: 1
Answer 1 General guidance The answer provided below has been developed in a clear step by step manne...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started