Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

general

Former Member
0 Likes
513

The following program outputs what?

report zjgtest1

write: /1 'Ready_'.

PARAMETER: test.

INITIALIZATION.

write: /1 'Set_'.

START-OF-SELECTION.

write: /1 'GO!!'.

A: Set_ GO!! (each on its own line)

B: Set_ Ready_ GO!! (all on their own lines)

C: Ready_ GO!! (each on its own line)

😧 Ready_ Set_ GO!! (all on their own lines)

4 REPLIES 4
Read only

Former Member
0 Likes
461

Hi,

<b>C: Ready_ GO!! (each on its own line)</b>

Regards,

Padmam.

Read only

Former Member
0 Likes
461

HI manjula,

ans: c.

reward points if helpful.

regards,

seshu.

Read only

kiran_k8
Active Contributor
0 Likes
461

Manjula.

Kindly use an appropriate subject while posting a question so that it makes some sense to the reader the moment when one see the thread.Please.

K.Kiran.

Read only

Former Member
0 Likes
461

hi,

Answer is B

Regards

SUdheer