Shree Technolgy will provide all the necessary information for Diploma and Engineering students.
Dark Mode
Java End Of File
public class Hackerrank {
public static void main(String s[]){
Scanner src = new Scanner(System.in);
for (int i=1;src.hasNext()==true;i++){
System.out.println(i+" "+src.nextLine());
}
}
}
Post a Comment