Parcourir la source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri il y a 8 ans
Parent
révision
f0cc6b2f66
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Voir le fichier

@@ -199,7 +199,7 @@ The following are additional details and examples of the criteria for **subtract
199 199
 
200 200
 ## Laboratory session:
201 201
 
202
-In this laboratory experience you will practice the use of mathematical expressions and conditional structures to compute the score for the strength of a password combining the points for the individual criteria.
202
+In this laboratory experience you will practice the use of mathematical expressions and selection structures to compute the score for the strength of a password combining the points for the individual criteria.
203 203
 
204 204
 Your task is to complete the design of the application to measure the strength of a password. When done, you will obtain a simplified version of the application in http://www.passwordmeter.com/. Since there isn't an official system to measure passwords, the formulas created by "passwordmeter" will be used to evaluate the general strength of a given password. The application will allow users to enter a password and calculate its strength using a series of rules.
205 205