// your code goes herelet text=" ";let i=21;if(i >= 18) {text = i + " is eligible to vote";}else{text= i + " is underage";}console.log(text);
Standard input is empty
21 is eligible to vote
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!