Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
exp6
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' //pavithra 7060 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
Please
log in
to post a comment.
Java Array List
Display Page
Kadane's Algorithm
Write a program to sort the odd elements descending order and even elements in ascending order
Length of longest substring
4.C
Test
preincrement1
Bank System
overloading
Please log in to post a comment.