PROGRAM
#Declare the array for the two groups
DIM
DIM
#Assign names of members of group red to the red array
#Assign names of members of group blue to the blue array
# Take the choice of group from the user
Print"Press 1 for group red and 2 for group blue”
input
if
then
Gosub
if
then
Gosub
#subroutine to display the group red
For
Print
Next
Return
#subroutine to display the group blue
:
For
Print
Next
Return
Answers
Answered by
0
Answer:
please explain the question in proper lines
Similar questions