icp/oer/courses/example-course/sections/01-introduction/02-c-add/content.html

2 lines
241 B
HTML
Raw Normal View History

2018-05-05 22:18:02 +00:00
<p>Functions are helpful to organize code into easier to reuse snippets of code. Change the following progrom to return the sum of <strong>a</strong> and <strong>b</strong>. The section that requires to be changed is marked with "TODO".</p>