I have been given a homework to creat a greatings application in which someone types their first name in and surename and in the end
Console.WriteLine should say ("Dear "firstname" "surename") how will i create this ?,i'm stuck on getting the first and surename entered to be displayed after "Dear" can you help please
To be more elaborate this could also be written like this:
for (int names; names != name.Length; names++) { Console.WriteLine(names); }
Just a suggestion. Don't take it in a negative aspect :D
Shihab302 7 months ago
@daoping
Yeah, lol :P
Thanks though xD
CuryMunch3r 1 year ago
@CuryMunch3r Oh lol, I'm not familiar with Console apps. I'm pretty sure you've solved your problem anyways, since it was like 4 months ago.
daoping 1 year ago
@daoping
I was talking about console applications, sorry if I haven't made it clear. So yea, theres no buttons I'm affraid :/
CuryMunch3r 1 year ago
Hi, you're videos are very useful,
Maybe you could make a video about two dimencional arrays?
thanks!
1Lettredufront 1 year ago
@CuryMunch3r
string fname = textBox1.Text;
string sname = textBox2.Text;
Console.WriteLine("Dear " + fname + " " + sname + "");
daoping 1 year ago
I have been given a homework to creat a greatings application in which someone types their first name in and surename and in the end
Console.WriteLine should say ("Dear "firstname" "surename") how will i create this ?,i'm stuck on getting the first and surename entered to be displayed after "Dear" can you help please
CuryMunch3r 1 year ago
gr8 explanation bro thanks a lot i was stuck in this topic for many hours
myusnavy 1 year ago
first comment
But Thanks!
gruntlover2 1 year ago