✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Dari potongan kode di bawah, pernyataan manakah yang sesuai dengan standard coding convention di C#:
if ((nilai1 > nilai2) && (nilai1 > nilai3))
{
nilaiMax = nilai1; nilaiMaxIdx = 1;
}