Got IT
CHOOSE()
Choose(1, "Tech", "on", "the", "Net")would return "Tech"Choose(2, "Tech", "on", "the", "Net")would return "on"Choose(3, "Tech", "on", "the", "Net")would return "the"Choose(4, "Tech", "on", "the", "Net")would return "Net"Choose(5, "Tech", "on", "the", "Net")would return...