✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
short a = 10, b = 4;
double c;
c = (double) (a% 4) / (double) (b% 10);
System.Console.Write(c);
Вкажіть результат виведення на консоль після виконання методу Main():
(**CharpBase**)