how to write this code matlab
Write a program (using break statement) that makes the computer prompt you to enter the password (say password is Brave) until you get it right. If you get the password right, display “Bingo” and break out the program immediately. Finally, display “You guessed xx times in total” Show transcribed image text Write a program (using break statement) that makes the computer prompt you to enter the password (say password is Brave)
OR
OR