If the following pseudocode was coded and executed, what would display?
```
Declare String str = "a1b2c3d4"
Declare Integer index
For index = 0 To length(str) - 1
If isLetter(str[index]) Then
Set str[index] = "+"
End If
End For
Display str
```
a. +1+2+3+4+
b. +1+2+3+4
c. 1+2+3+4
d. a+b+c+d+
b. +1+2+3+4
You might also like to view...
A(n) ________ cell reference is a cell location that is stored as a certain number of rows and columns from the currently selected cell
Fill in the blank(s) with correct word
Most graphic intensive publications use ____ to standardize size and resolution of photos.
a. prefiguration b. color toning c. color isolation d. droplets
The term ____________________ simply means to display with the proper attributes applied.
Fill in the blank(s) with the appropriate word(s).
Check This Website, Turn On SmartScreen Filter, and Report Unsafe Website are examples of options provided by AppLocker
Indicate whether the statement is true or false