Sunday, August 2, 2009

How can you write your initials in C#?

I need to be able to write my initials in C# using Microsoft Visual Studio.

How can you write your initials in C#?
ok so input your name. there is a function i am not sure what it is called but you can do a search for it..it will store the first letter of a string into a variable. so you could input your first name, middle, and last name into three different variables. then find the first letter of each and put them into three different variables. then you can concatenate them together and output them.
Reply:std::cout %26lt;%26lt; "insert INITIALS here" %26lt;%26lt; std::endl;


No comments:

Post a Comment