/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Fak;
/**
*
* @author FIQI
*/
public class JumlahWhile {
public static void main(String[] args){
int Jum=0;
int n=3;
while (n<=18)
{ Jum=Jum+n;
{System.out.print(n+"+ ");n+=3;}
}
System.out.println("= "+Jum);
}
}
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Fak;
/**
*
* @author FIQI
*/
public class JumlahWhile {
public static void main(String[] args){
int Jum=0;
int n=3;
while (n<=18)
{ Jum=Jum+n;
{System.out.print(n+"+ ");n+=3;}
}
System.out.println("= "+Jum);
}
}
0 komentar:
Posting Komentar
: Ayoo sharingg.. :D