int myNumber = 1500;
int sonuc = 0;

for (i = 1; i<= 12; i++){
sonuc = i*myNumber;
System.out.println("Deger: " + sonuc);}