The output is 21 because c is incremented by 3 until it surpasses 10 and the value of c is added to sum each time the loop runs.
I hope this helps!
Answer:
Assuming this is in python:
def check_password(password):
correct_password = "qbasic"
if password == correct_password:
return True
else:
return False
def main():
user_input = input("Type in your password: ")
if check_password(user_input):
print("Correct!")
else:
print("Wrong, try again")
main()
Explanation:
Hope this helped :) If it wasn't suppose to be in python, tell me so I can make it in the correct programming language.
Have a good day :)
Answer:
hyperlinks
Explanation:
Javier should use hyperlinks to show the users the possible choices for their clothing. This is really a terrible question and not likely in any real world scenario. Fashion is always forward thinking and on the cutting edge. When was the last time you went to a fashion website and were left with only choices to click on a hyperlink? As Tim Gun would say "Make it work." If I were able I would include a hyperlink using the previous sentence as the clickable link with a URL reference to
https : //en.wikipedia.org/wiki/Tim_Gunn (spaces after https to make this link not get censored)
to illustrate the way to show that hyperlinks have no real application on modern fashion website. But they would have great utility here inside the answers section. But they also are cause for a securtity concern and may be killed by the moderators
Answer:
Two advantages of the agile methods are:
- The agile method require less documentation process as compared to waterfall model and saves maximum time and money. It basically reduces the efforts and the amount of work.
- In agile method, there is always high customer satisfaction present. In agile method, it is easy to modify in the data as compared to the waterfall model. The customers and developers always interact with each other as the interaction is very important for the good results in the project.
Two disadvantages of the agile methods are:
- For the large and complex projects, sometimes it is difficult to determine the requirements in the software development as projects are easily go off track.
- There is less predictability and the projects are easily messed up if the projects requirement are not clear by the customer end.