while(true){
System.out.print ("Please enter data:");
int? a = sc . nextint();
System.out.println ("The number you entered is"+a ");
}