Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2B
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' // Lokesh reddy7002 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { int age,n; System.out.println("How many guests?"); Scanner s = new Scanner(System.in); n=s.nextInt(); for(int i=1;i<n;i++) { System.out.println("welcome guest!"+i+"How old are you?"); age= s.nextInt(); if(age>=13 && age<=19) System.out.println("Hey teenager! Enjoy your badam milk as you are a teenager"); else if(age>19) System.out.println("Hey you are an adult! Here is your coke"); else System.out.println("NO ENTRY!!"); } } }
run
|
edit
|
history
|
help
0
Sort
nth fibonacci ( memoization )
4a
LRU cache - Using doubly linked list (Fast!)
JAVA # Dizi ile Fibonaççi
webPage to string
Hello world
doubt
3.c
Coloring map