Please Come answer: programming
Users questions: 1, write a program, input a, b are two positive integers, the a, b two exchange numbers, output not switching before the a, b value and after the exchange of a, b values. Please complete the following source added. # Include stdio.h main () (inta, b, temp; pr intf ("Please enter two integers :");___________________________ printf (" Before swap a =% d, b =% d * n ", a, b); temp = a ;________ b = temp ;____ ______________________________ I hope you answer the correct answer to me, ah, know of the answer! Thank you Ah!
Experts answer: # include stdio.h main () (inta, b, temp; printf ("Please enter two integers :");_ scanf ("% d% d ", & a, & b); _printf (" Before swap a =% d, b =% d * n ", a, b); temp = a; _a = b; __b = temp; __printf ("Exchange after a =% d, b =% d * n", a, b); __ a lot of your program is in Chinese characters fight, run, then turned into English characters. Otherwise can not run