fork download
  1.  
Success #stdin #stdout 0.01s 7732KB
stdin
Public Class while loop Example 
{
Public Static Void loop until five (){
Integer counter=1;
While (counter<=5)
{
System.debug(counter :+counter);
Counter++;
}
}
}
stdout
Standard output is empty