Ask
your own question, for FREE!
Computer Science
19 Online
Exercise 1: Write down a C program in order to: Read two integer values x and y. Compute their sum, storing it into an additional variable. Display the result of the addition on screen. Is it possible to solve the same problem without using the additional variable?
Still Need Help?
Join the QuestionCove community and study together with friends!
yes very possible. i don't know about C language but in C++ that is #include <iostream> using std::cout; using std::cin; using std::endl; int main() { int x=0,y=0; int sum=0; cout<<"please enter two integers :"<<endl; cin>>x>>y; sum=x+y; cout<<"your sum is :"<<sum<<endl; return 0; }
x += y; printf( "%d\n", &x );
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
Arriyanalol:
@tinydinoUwU stop trying to find a argument u blad lil boy
TinydinoUwU:
**(Verse 1)** Yo, trapped in a box, Iu2019m feelin' so confined, Lifeu2019s a game of chess, but Iu2019m stuck in rewind, Every dayu2019s a struggle, man, I
Arriyanalol:
hey umm so i need help with my lanauage art ixl anybody wanna help big mama
Nina001:
ho where do i go to buy Subscirption for a moving pfp because on my screen im on
1 day ago
5 Replies
4 Medals
10 hours ago
13 Replies
5 Medals
4 days ago
2 Replies
2 Medals
5 days ago
4 Replies
2 Medals