🤔Can you solve this coding question in Dart? #dart #flutter #coding #programming #codinglife

preview_player
Показать описание
Try to solve this coding question in Dart? #dart #flutter #coding #programming #codinglife
Рекомендации по теме
Комментарии
Автор

Answer : 9 : In max 'b' and 'c' it returns 9 values and the compare 'a' value 5 and 9 it returns the max value

akshayar
Автор

The result of the given code snippet would be that the variable will hold the maximum value among the variables a, b, and c . In this case, since c has the highest value of 9, will be assigned the value 9.

JetcomCs