Answer Posted / nona
int n1, n2, sum;
Console.WriteLine("plz type the 1st number");
n1 = int .Parse (Console .ReadLine ());
Console.WriteLine("plz type the 2nd number");
n2 = int .Parse (Console .ReadLine ());
sum = n1 + n2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between ++u and u++?
can any one tel me wt is the question pattern for NIC exam
What is auto keyword in c?
Can a file other than a .h file be included with #include?
Explain how do you list files in a directory?
What are reserved words with a programming language?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is %d called in c?
I need testPalindrome and removeSpace
#include
What is the difference between mpi and openmp?
please give me some tips for the placement in the TCS.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What are the types of bitwise operator?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Difference between goto, long jmp() and setjmp()?