If the following pseudocode were an actual program, what would it display?
Declare String str = "AaBbCcDd"
Declare Integer index
For Index = 0 To length(str) – 1
If isLower(str[index]) Then
Set str[index] = "–"
End If
End For
Display str
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here