— Scott McNealy, Sun Microsystems Chairman, President and ceo



Download 40,57 Mb.
Pdf ko'rish
bet138/555
Sana26.05.2022
Hajmi40,57 Mb.
#609235
1   ...   134   135   136   137   138   139   140   141   ...   555
Bog'liq
Head First Java (Kathy Sierra, Bert Bates) (z-lib.org)

138
 
chapter 6
Let’s fix the DotCom code.
 prep code test code
real code
real code

public class DotCom {


int[] locationCells;
int numOfHits = 0;
public void setLocationCells(int[] locs) {
locationCells = locs;
}
public String checkYourself(String stringGuess) {
int guess = Integer.parseInt(stringGuess);
String result = “miss”;
for (int cell : locationCells) {
if (guess == cell) {
result = “hit”;
numOfHits++;
break;
}

// out of the loop
if (numOfHits == locationCells.length) {
result = “kill”;
}
System.out.println(result);
return result;

// close method 

// close class
Remember, this is how the buggy version looks:
Where it all went wrong. We 
counted each guess as a hit
without checking whether 
that cell 
had already been hit.
the buggy 
DotCom 
code
We’ve renamed the class DotCom now (instead of 
SimpleDotCom), for the new advanced version, but this 
is the same code you saw in the last chapter.



Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   134   135   136   137   138   139   140   141   ...   555




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish