Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

you can add ternary operator #1

Open
mr1ay opened this issue Sep 3, 2023 · 0 comments
Open

you can add ternary operator #1

mr1ay opened this issue Sep 3, 2023 · 0 comments

Comments

@mr1ay
Copy link

mr1ay commented Sep 3, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant