Re: C programming language
Posted: June 11, 2016, 3:37 pm
First check the number of characters in a password
Dim pass as string
Input = pass
If pass <= 20characters idk le exact language
Else display(20chars plz)
Then
For i,j, k = pass' characters idk le exact lang
If pass ≠ uppercase
If i = maximum limit Then display(wrong), end
Then next i
Elseif pass[j] ≠ lowercase
If i = maximum limit then display(wrong),end
Then next j
Elseif pass[k] ≠ digit
If k = maximum limit then display(wrong), end
Then next k
Elseif Display(You got the way of how the pass should be done)
Idk 6 months ago when I learned VB6 but forgotten most of dem words already, btw its judt a concept, idk how u translate it
Dim pass as string
Input = pass
If pass <= 20characters idk le exact language
Else display(20chars plz)
Then
For i,j, k = pass' characters idk le exact lang
If pass ≠ uppercase
If i = maximum limit Then display(wrong), end
Then next i
Elseif pass[j] ≠ lowercase
If i = maximum limit then display(wrong),end
Then next j
Elseif pass[k] ≠ digit
If k = maximum limit then display(wrong), end
Then next k
Elseif Display(You got the way of how the pass should be done)
Idk 6 months ago when I learned VB6 but forgotten most of dem words already, btw its judt a concept, idk how u translate it
