Formatting adjustments and created initial file for exercise 1-17.

This commit is contained in:
Reina Harrington-Affine 2025-09-05 18:49:44 +00:00
parent 481f76699e
commit 841097a626
3 changed files with 2 additions and 77 deletions

View file

@ -1,11 +1,9 @@
#include <stdio.h>
/*Initial implementation of KNR C Exercise 1-14*/
int main(){
/*Initialize an array of labels for the numerical table later. This looks
* wierd since it's mostly refTable[] again, but again, we do this at
/*Initialize an array of labels for the numerical table later. Done at
* copile rather than procedurally in order to avoid adding an extra if
* statement on the print loop to look for the specific case where i is
* 0 or 27 and print a different character that isn't in refTable*/