We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature for translation of if/else statements or blocks from C++ to Java.
The text was updated successfully, but these errors were encountered:
Update: the following works now
int time = 20; if (time < 18) { std::cout<<"Good day."; } else { std::cout<<"Good evening."; } time = time + 1;
Sorry, something went wrong.
TODO:
TODO
Still needs bug fixing
Jonas239
No branches or pull requests
Feature for translation of if/else statements or blocks from C++ to Java.
The text was updated successfully, but these errors were encountered: