Skip to content

you can add ternary operator  #1

Description

@mr1ay

You can design a structure like the following in this project
int x = 10;
int y = 20;

int z = (x > y) ? x : y;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions