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
What is the difference between procedural and functional programming?
Is it possible to have a function as a parameter in another function?
How can you determine the maximum value that a numeric variable can hold?
What do you mean by scope of a variable in c?
When is a void pointer used?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Which is an example of a structural homology?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Why isnt any of this standardized in c?
What is assignment operator?
What is a function in c?
What are the storage classes in C?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What kind of structure is a house?
What is modeling?