for label code example
Example 1: html input label
Example 2: for label loop
void enterEmail()
{
String Email=null;
String Choose=null;
String newName=null;
String newEmail=null;
String line="";
System.out.print("Please Enter your email:");
Email=keyboard.nextLine();
label1:
for(int i=0; i
Example 3: label in loop
label in loop