Computer Science, asked by sayalic858, 5 months ago

3. What will be the output of following pseudocode?
char[] text = "TESTSTRING"
Integer a,c
char ch = 'T
for(each a from 0 to length of text)
if(text[a] == ch)
C=C + 1
end if
end for
if( c > 0)
print c
else
print "0"
D. 6
C. 1
A. 10
B. 3​

Answers

Answered by taraniamulu
0

Answer:

what type if question is this

Answered by rushigore226
3

Answer:

3

Explanation:

Similar questions