Question: Hello there! I know this is a simple code, but I am having a difficult time. Please help! Program 2: Three Variables Write C code
Hello there! I know this is a simple code, but I am having a difficult time. Please help!
Program 2: Three Variables
Write C code that has three variables named first, second, and third. Assign the value of 1 to first, 2 to second, and 3 to third (example first = 1). Create a fourth variable named "sum" that has the value of first + second. Write code to print the value of sum to the screen and take a screenshot.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
