Ask Question
23 January, 17:48

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."

+5
Answers (1)
  1. 23 January, 21:07
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers