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
How many types of functions are there in c?
What are the types of pointers in c?
How do you construct an increment statement or decrement statement in C?
Where are c variables stored in memory?
Write a program to print “hello world” without using semicolon?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is void c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Is calloc better than malloc?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
When was c language developed?
What are disadvantages of C language.
What is the general form of function in c?
What are the difference between a free-standing and a hosted environment?
What are the 5 elements of structure?