|
52 | 52 | 'lb-18-machine.php' => 'LBS280-18 Machine Language I',
|
53 | 53 | 'lb-98-touring.php' => 'LBS280-98 A Touring Machine',
|
54 | 54 | '1-03-heading.php' => '1-3 Add a header',
|
55 |
| - '1-04-celsius.php' => '1-4 Celsius / Farenheight Table', |
56 |
| - '1-05-reverse.php' => '1-5 Reversed Farenheight / Celsius Table', |
| 55 | + '1-04-celsius.php' => '1-4 Celsius / Fahrenheit Table', |
| 56 | + '1-05-reverse.php' => '1-5 Reversed Fahrenheit / Celsius Table', |
57 | 57 | '1-06-count.php' => '1-6 Count blanks, and newlines',
|
58 | 58 | '1-07-single.php' => '1-7 Multiple spaces to a single space',
|
59 | 59 | '1-10-words.php' => '1-10 Print the words in a file',
|
|
63 | 63 | '3-01-expand.php' => '3-1 Write a function to expand non-printing characters',
|
64 | 64 | '3-04-itob.php' => '3-4 Write itob() and itoh()',
|
65 | 65 | '3-06-uniq.php' => '3-6 Write simple version of UNIX uniq',
|
66 |
| - '4-A-faren.php' => '4-A Write a function to convert from Celsius to Farenheight', |
| 66 | + '4-A-faren.php' => '4-A Write a function to convert from Celsius to Fahrenheit', |
67 | 67 | '4-B-extern.php' => '4-B Write a function that uses external data scope',
|
68 | 68 | '4-C-static.php' => '4-C Write a function that uses static data scope',
|
69 | 69 | '6-A-list.php' => '6-A ArrayList of Integers',
|
|
0 commit comments