Hey guys, I want to ask whether in C# I can take a values from a textbox words like in C++ console.readline..
Example :
user : What is Apple
application will take the last word of it which is apple. and will reply
apps: Apple is a fruit
is it possible?
Thanks in advance.. i need to know how to take that last words..