Записване на масив от тип char в променлива от тип string
Отново конвертирането ми е слабото място, моля за помощ, конкретен пример е следната задача http://pastebin.com/yfEq2XJ0, в която програмата не влиза в първия if.
Ако има нужда от условие:
You are given a sequence of strings, each on a new line, unitll you receive “stop” command. First string is a name of a person. On the second line you receive his email. Your task is to collect their names and emails, and remove emails whose domain ends with "us" or "uk" (case insensitive). Print:
{name} – > {email}
Иначе задачата е 04. Fix Emails от Dictionaries, Lambda and LINQ - Exercises