C: Convert cm and inches using functions.


Demonstration of using functions to convert cm and inches with a main program loop. Some constraints applied to protect against incorrect inputs. Uses a goto statement to emergency exit on wrong input. Repl: https://replit.com/@pereiradaniel/Convert-cm-or-inches-functions Git repo: https://github.com/pereiradaniel/c_programs/blob/master/metric_imperial_conv/conv2.c

 

Popular posts from this blog

C programming and relevancy

Shakespeare AI: My lady is more beauteous than a rose.

C: Temperature Conversion With Main Repeat