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
Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.
Juan Stoppa -
Snehal Rajeev Moon -
Peter Mbanugo -
John Johnson Okah -
Top comments (0)