3. Sumthing Sumthing Sumthing(C PROGRAMMING ONLY)by CodeChum Admin
Now that our communication with Lionel is okay, I can now ask him my request.
There's something I want to know. I want to know the sum of things so that I can say that I know something.
Huh! That's a bit confusing. Can you help me define it clearly?
Instructions:
In the code editor, you can see that there is a main() code which asks the user 3 inputs, calls the sumThing() function, and then prints the result.Do not touch/modify the code in the main().All you have to do is to declare and define the sumThing() function with the following details:Return Type - intName - sumThingParameters - 3 integersInput
1. First integer
2. Second integer
3. Third integer
Output
Enter integer 1: 10Enter integer 2: 20Enter integer 3: 3060
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here