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.
*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> Due Sunday 23:59.