Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: choker1998 on Apr 11, 2017



Title: What is the output of the following pseudocode?Declare String str = "ABC"Display ...
Post by: choker1998 on Apr 11, 2017
What is the output of the following pseudocode?

Declare String str = "ABC"
Display str[1]

a.   A
b.   B
c.   C
d.   ABC
e.   Nothing. This is an error.


Title: Re: What is the output of the following pseudocode?Declare String str = "ABC"Display ...
Post by: wheeler on Apr 11, 2017
Content hidden