Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with MSCHART spline graph! Pin
Luc Pattyn24-Apr-10 4:15
sitebuilderLuc Pattyn24-Apr-10 4:15 
GeneralRe: problem with MSCHART spline graph! Pin
alibaba88s24-Apr-10 4:25
alibaba88s24-Apr-10 4:25 
GeneralRe: problem with MSCHART spline graph! Pin
Luc Pattyn24-Apr-10 5:05
sitebuilderLuc Pattyn24-Apr-10 5:05 
GeneralRe: problem with MSCHART spline graph! Pin
alibaba88s24-Apr-10 5:28
alibaba88s24-Apr-10 5:28 
QuestionString manipulation Pin
Tichaona J24-Apr-10 1:27
Tichaona J24-Apr-10 1:27 
AnswerRe: String manipulation Pin
Luc Pattyn24-Apr-10 1:41
sitebuilderLuc Pattyn24-Apr-10 1:41 
AnswerRe: String manipulation Pin
Estys24-Apr-10 1:45
Estys24-Apr-10 1:45 
AnswerRe: String manipulation Pin
Md. Marufuzzaman24-Apr-10 1:46
professionalMd. Marufuzzaman24-Apr-10 1:46 
try this:

 //Variable to collect user input...
 string userInput = " ";

 // Output text to the screen.
 Console.WriteLine("Enter your name:");

 //Wait for user to make a key stroke.
// Console.ReadKey();

 //Read in what the user is entering and store it in the variable.
 userInput = Console.ReadLine();

 ////Wait for user to make a key entry.
 //Console.ReadKey();

 // Output text to the screen.
 Console.WriteLine("Enter your name:");

 //Read in what the user is entering and store it in the variable.
 string userNext = Console.ReadLine();

 //Output what the user has enter along with hello.

 Console.WriteLine("hello,{0}, {1}", userInput, userNext);

 //Wait for user to make a key entry.
 Console.ReadKey();

Thanks
Md. Marufuzzaman


I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

GeneralRe: String manipulation Pin
Tichaona J24-Apr-10 1:50
Tichaona J24-Apr-10 1:50 
AnswerRe: String manipulation Pin
jaypatel51224-Apr-10 20:14
jaypatel51224-Apr-10 20:14 
QuestionHow to filter report programmatically Pin
Ahmed Khallaf23-Apr-10 23:21
Ahmed Khallaf23-Apr-10 23:21 
AnswerRe: How to filter report programmatically Pin
Md. Marufuzzaman24-Apr-10 1:24
professionalMd. Marufuzzaman24-Apr-10 1:24 
QuestionStack overflow problem. Pin
spainchaud23-Apr-10 18:32
spainchaud23-Apr-10 18:32 
AnswerRe: Stack overflow problem. Pin
#realJSOP24-Apr-10 0:47
professional#realJSOP24-Apr-10 0:47 
GeneralRe: Stack overflow problem. Pin
PIEBALDconsult24-Apr-10 4:29
mvePIEBALDconsult24-Apr-10 4:29 
GeneralRe: Stack overflow problem. Pin
dybs24-Apr-10 6:28
dybs24-Apr-10 6:28 
GeneralRe: Stack overflow problem. Pin
spainchaud24-Apr-10 7:00
spainchaud24-Apr-10 7:00 
GeneralRe: Stack overflow problem. Pin
spainchaud24-Apr-10 8:31
spainchaud24-Apr-10 8:31 
GeneralRe: Stack overflow problem. Pin
harold aptroot24-Apr-10 8:48
harold aptroot24-Apr-10 8:48 
GeneralRe: Stack overflow problem. Pin
spainchaud24-Apr-10 9:28
spainchaud24-Apr-10 9:28 
GeneralRe: Stack overflow problem. Pin
Luc Pattyn24-Apr-10 9:06
sitebuilderLuc Pattyn24-Apr-10 9:06 
GeneralRe: Stack overflow problem. Pin
spainchaud24-Apr-10 9:50
spainchaud24-Apr-10 9:50 
GeneralRe: Stack overflow problem. Pin
Luc Pattyn24-Apr-10 9:56
sitebuilderLuc Pattyn24-Apr-10 9:56 
GeneralRe: Stack overflow problem. Pin
spainchaud24-Apr-10 10:21
spainchaud24-Apr-10 10:21 
GeneralRe: Stack overflow problem. Pin
Luc Pattyn24-Apr-10 10:34
sitebuilderLuc Pattyn24-Apr-10 10:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.