Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2(B)
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' //register no: 191fa07050 name:nithin 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
Leetcode 17. Letter Combinations of a Phone Number
1.6
palin
Bubble Sort Java 2
end of bala session
Sum of power of digits-1
Oh no
Reverse string template
Ifelsenested
Vasanth Selvaraj