Computer Science, asked by Ronak0020, 9 months ago

string Hellofriend = "How are you buddy";
Console.WriteLine(Hellofriend.Contains("How"));

Can someone tell me if this code is correct? and also, what will it print when i will run it?

Answers

Answered by Anonymous
0

Answer:

It's absolutely correct!

Explanation:

string Hellofriend = "How are you buddy";

Console.PrintLine(Hellofriend.Contains("How"));

This code will print when you will run it :)

hope this helps you...............

happy helper...........Ω

Answered by dass70652
0

Answer:

This Answer is Correct.

Explanation:

I hope it's helpful ✔

Similar questions