I am using Dev-C++ compiler. I wrote simple C code that does this: #include<stdio.h> int main() { int a,b; scanf("%d",a); b=a;...
Separate names with a comma.