votes
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);
hello i have HTML code : [code] <p> Your Name: <input type="text" name="name0" value="" size="37" /></p> [/code] and i want to wright my name in the textbox name name0 fo ...
Hi, Are there any quick way(s) to create a database form in Console? That is I have marks 1 to marks 20 to be filled with digits of the range 0 to 100. I want the user to be able to use direction keys to move from one form to another an ...
Hi All, I want to check whether the entered input from the Kyeboard is a numeral or no. I want a custom logic. I have already built the logic using the Isdigit() method. I am in need of a user defined logic for the same.
Got feedack? Found a bug? report it here.