0
votes
votes
1 answers
i want to add two numbers in c# console application how i get two input.
int a; int b; int ans; i need a two input a and b;? ans= a+b; console.writeline(ans);
blah blah blah is here! blah blah » Close
int a; int b; int ans; i need a two input a and b;? ans= a+b; console.writeline(ans);
Got feedack? Found a bug? report it here.