Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#1 - Password (10 marks) Create a Password application that stores a secret password of your choice. The password application should prompt the user for

image text in transcribed
#1 - Password (10 marks) Create a Password application that stores a secret password of your choice. The password application should prompt the user for the password and then display "Welcome" if the correct password is typed. If after three attempts the correct password has not been entered the message "Access Denied." should be displayed. Application output should look similar to: Enter the password: homework The password you typed is incorrect. Enter the password: football The password you typed is incorrect. Enter the password: fish The password you typed is incorrect. Access denied. #2 -Arrays (10 marks) Create a Reverse application that stores the number corresponding to the element's index in an integer array of 10 elements. For example, the second element, which has index 1, should store 2. The application should display the title "Countdown and then list numbers stored in the array in reverse order. NOTE WELL 1. Ensure that your programs are documented (comments) as needed 2. Include your name and ID# in the source code 3. Make certain that your programs are debugged and working before submitting

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Filing And Computer Database Projects

Authors: Jeffrey Stewart

2nd Edition

007822781X, 9780078227813

More Books

Students also viewed these Databases questions

Question

Functions of Nonverbal Communication

Answered: 1 week ago

Question

Discuss the techniques of job analysis.

Answered: 1 week ago

Question

How do we do subnetting in IPv6?Explain with a suitable example.

Answered: 1 week ago

Question

Explain the guideline for job description.

Answered: 1 week ago

Question

What is job description ? State the uses of job description.

Answered: 1 week ago

Question

What are the objectives of job evaluation ?

Answered: 1 week ago