Ask Question
25 May, 00:32

Written Response: "My algorithm controls the log-in for the app. This piece of my program is important because the data included in my app needs to be secure. The algorithm makes sure only users with the correct password get in to the app to use it."

+2
Answers (1)
  1. 25 May, 00:49
    0
    Now, score the following response:

    Written Response: 'My algorithm controls the log-in for the app. This piece of my program is important because the data included in my app needs to be secure. The algorithm makes sure only users with the correct password get in to the app to use it.'

    The question needs the program code for the written response

    Answer:

    The program code for the written response is:

    OnEvent ("logInButton", "click", function () {

    CurrentPassword = getText ("passwordInput");

    if (currentPassword = = password) {

    setScreen ("homeScreen");

    } else {

    setText ("passwordInput", "");

    setText ("signText", "passwordIncorrect);

    }

    });
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Written Response: "My algorithm controls the log-in for the app. This piece of my program is important because the data included in my app ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers