+ 3
How to create application using java
4 Answers
+ 11
//what application ???
// i modified ur code , try it now
import java.util.Scanner;
class Dcoder
{
public static void main(String[]args)
{
Scanner in=new Scanner(System.in);
int a=in.nextInt();
System.out.println("your age is "+a + " years");
if (a>=18)
System.out.println("You r eligible to vote");
else
System.out.println("Kid u r not eligible to vote\ncome back when u r grown up");
}
}
+ 10
game
// idk about it , sorry
//might it will need adavance java
+ 5
try Unity
+ 3
game