logo

Crowdly

Browser

Add to Chrome

Проаналізуйте програму і визначте результат виведення. Код символу 0 дорівнює 48...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Проаналізуйте програму і визначте результат виведення. Код символу 0 дорівнює 48.

using System ;

class Program

{

static void Main()

{

int a = 12, b = 34;

string s = "Сума ="; s + = '0' + a + b; Console.Write(s);

}

}

(**CharpBase**)

0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome