Looking for Крос-платформне програмування test answers and solutions? Browse our comprehensive collection of verified answers for Крос-платформне програмування at moodle.chnu.edu.ua.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
public static void Add (string s)
{
string word = "Весна!";
s = s + word + "Дружба!";
}
public static void Main()
{
string s = "Мир!";
Add (s);
System.Console.Write(s);
}
Вкажіть результат виведення на консоль після виконання програми.
(**CharpBase**)