21
edits
Changes
→To Do
** Merge or divide teams if necessary to adjust the number of team members.
** Teams' member selection must be finalized by Oct 3rd.
** Those without a team, join the teams with least number of members.
** Select a team leader who is going to be the contact person for the team.
*Challenge 3: using what we learned so far (logical operators, and pointers) write the io_display function in ONE line only(Due Sunday 23:59):
<pre>void io_display(const char *str, int row, int col, int len){
yada yada yada;
}</pre>