Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

why wont my code run? Problem 1) Write a C program that contains a main and user defined functions that solve the following problems. Problem

image text in transcribedwhy wont my code run? Problem 1) Write a C program that contains a main and user defined functions that solve the following problems. Problem #1 A function that manually performs addition: Assume you have two integers A and B, write a function, named my_add, that receives two integers and manually performs the addition A+B by iteratively adding the value 1 to the integer A, B times. In other words, if A == 4 and B == 3, the function would compute, 4 + 1 + 1 + 1 and return the value 7. Note: a penalty will be applied if the function simply returned A+B. Hint: you will need a loop.

manc Llasttwoj Code:Blocks 16. File Edi View Search Proje LL Build Debug For wxSmith Tools Toals Plugins Doxy Blocks Sel Help O Workspace Slasttwa Sources int my add (int a int LD main.c int i 9 E a-atl 12 int 15 int a 4, -3; 16 prin f ("En er twa numb TR a and b ") sa, sb printr The addition or two numbers is ed" my add a by 19 21 22 Logs E- O Search right here opili rmr edd int a, Int b) Int A G Ex30 PM 4/22/2011 R3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

More Books

Students also viewed these Databases questions

Question

1. Which position would you take?

Answered: 1 week ago