1
0
mirror of https://github.com/krislamo/knrc.git synced 2024-09-19 21:00:35 +00:00

Add note on Exercise 1-5

This commit is contained in:
Kris Lamoureux 2021-11-05 20:33:02 -04:00
parent 588969b09f
commit f88aa3d25f
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -145,3 +145,10 @@ https://github.com/krislamo/knrc/commit/93126a8207ba83e3712bbab7b1e54548761a5fa1
https://github.com/krislamo/knrc/blob/93126a8207ba83e3712bbab7b1e54548761a5fa1/03-celsius-to-fahrenheit.c[(Source)] https://github.com/krislamo/knrc/blob/93126a8207ba83e3712bbab7b1e54548761a5fa1/03-celsius-to-fahrenheit.c[(Source)]
This is a simple little solution for a Celsius to Fahrenheit table. This is a simple little solution for a Celsius to Fahrenheit table.
Exercise 1-5. print the table in reverse order
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
https://github.com/krislamo/knrc/commit/588969b09fabab1e91ff4f4b1c37e87fc23cf76b[(Diff)]
https://github.com/krislamo/knrc/blob/588969b09fabab1e91ff4f4b1c37e87fc23cf76b/02-vars-and-math.c[(Source)]
Move some numbers around to reverse the table.