A looping is a set of instructions which is repeated a certain number of times until a condition is met. hlo dai k xa halkhabar
Explanation:
try{
String[] names={"Tom","Suzie","Lina","Harry","Rosy"};
Scanner input=new Scanner(System.in);
System.out.println("Enter an integer: ");
int position=input.nextInt();
System.out.println(names[position]);
}catch(ArrayIndexOutOfBoundsException e){
System.out.println("Subscript out of range.");
}
Answer:
I use google docs
Explanation:
I am in 6th grade but i am in expert in computers.
Answer:
class Simple{
public static void main(String args[]){
System.out.println("Hello Daddy and Mum);
}
}
Explanation:
First, we create a class, then a method and then give the Integrated Data Environment (IDE) the command to give out an output that says Hello, Daddy and Mum”