TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jes Sie
743
1.2k
280.8k
School Project in Console Application
Nov 14 2020 12:55 AM
This is a very shameful question. But, I really don't have experience in the console app. I have this code below
Console.WriteLine(
"Enter 10 names:\n"
);
string
[] names =
new
string
[10];
foreach
(
string
n
in
names)
{
Console.ReadLine();
}
Now, I need to search for a name from the list. If found, I want to display "found" and "not found" if the searched name is not from the list. thanks for any help.
Reply
Answers (
4
)
Create a C# Windows Desktop program that uses an array to store month
How to copy mail to office365 group email/conversation with C#