What would display if the following pseudocode was coded and executed?
```
Declare String user = "Martha and George"
Display substring(user, 1, 3)
```
a. Mar
b. art
c. M
d. a
b. art
Computer Science & Information Technology
You might also like to view...
What is the difference between guided and unguided transmission?
What will be an ideal response?
Computer Science & Information Technology
Given the command MyApp test, the first command-line argument is _______.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology