26Medium
0/5

Write a VB.Net program to check if a new recovery passphrase has been set and confirmed correctly by a user.

Your program must:

  • get the user to input a new recovery passphrase
  • get the user to input the passphrase a second time to confirm it
  • output the message Passphrase updated: along with the passphrase if both entered values are the same
  • output the message Failure: Non-matching inputs if the entered values do not match.

You should use meaningful variable name(s) and correct VB.Net syntax in your answer.

[5]

Programming concepts Questions

Practise AQA GCSE Computer Science Programming concepts with exam-style questions for GCSE Computer Science. 100 questions, matched to the AQA GCSE Computer Science (8525) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.

PreviousNext

Programming concepts Questions

  1. GCSE
  2. /Computer Science
  3. /Programming concepts