Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Loops

public class Main {
    public void repeatIsBad(){
        //write your code here
        int i=0;
        if (i<=19){
        System.out.print("writing the same code doesn't have much impact, and it's also time consuming");
        i++;}
    }
}
Source by autocode-next.lab.epam.com #
 
PREVIOUS NEXT
Tagged: #Loops
ADD COMMENT
Topic
Name
9+2 =