/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package LoopFor;
/**
*
* @author FIQI
*/
public class LoopFor {
public static void main(String[] args){
for(int i=2;i<=10;i+=2)
{System.out.print(i+", ");}
}
}
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package LoopFor;
/**
*
* @author FIQI
*/
public class LoopFor {
public static void main(String[] args){
for(int i=2;i<=10;i+=2)
{System.out.print(i+", ");}
}
}
0 komentar:
Posting Komentar
: Ayoo sharingg.. :D