DEV Community

Cover image for Ternary operater
Coder
Coder

Posted on

Ternary operater

void main() {
  print('Om Namah Shivay');
//ternary
  int age = 16;
  print(age == 16 ? 'age = 16' : 'invalid');
}

Enter fullscreen mode Exit fullscreen mode

I understood

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up