void main() {
print('Om Namah Shivay');
//ternary
int age = 16;
print(age == 16 ? 'age = 16' : 'invalid');
}
I understood
void main() {
print('Om Namah Shivay');
//ternary
int age = 16;
print(age == 16 ? 'age = 16' : 'invalid');
}
I understood
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Yash Patil -
kruti shah -
Artem Turlenko -
klo2k -
Top comments (0)