Laslo Kraus |
Rešeni zadaci iz programskog jezika Java Ispravke uz prvo izdanje |
---|
Mesto | Pogrešno | Ispravno | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strana: 17 | |||||||||||||||||||||||||||||||||
strana: 54 | |||||||||||||||||||||||||||||||||
strana: 58 red: ↑18 |
if (b < 0) { a = -a; b = -b; } for (int i=0; i < maxProst && prosti[i]*prosti[i]<=a && |
if (b < 0) { a = -a; b = -b; } long absA = a<0 ? -a : a; for (int i=0; i < maxProst && prosti[i]*prosti[i]<=absA && | |||||||||||||||||||||||||||||||
strana: 59 red: ↓22 | if (rez != "") rez += (a > 0) ? "+" : "-";
| if (rez != "" && a > 0) rez += "+";
| |||||||||||||||||||||||||||||||
strana: 61 red: ↑5 | double rastojanje (Krug k)
| public double rastojanje (Krug k)
| |||||||||||||||||||||||||||||||
strana: 64 | |||||||||||||||||||||||||||||||||
strana: 67 red: ↓9 | protected String
| private String
| |||||||||||||||||||||||||||||||
strana: 71 red: ↓6 | double ter = Citaj.Int ();
| double ter = Citaj.Double ();
| |||||||||||||||||||||||||||||||
strana: 72 red: ↑10 | public abstract vr ();
| public abstract char vr ();
| |||||||||||||||||||||||||||||||
strana: 75 | |||||||||||||||||||||||||||||||||
strana: 78 | |||||||||||||||||||||||||||||||||
strana: 79 | |||||||||||||||||||||||||||||||||
strana: 87 red: ↑12 | public double x, y, z;
| private double x, y, z;
| |||||||||||||||||||||||||||||||
strana: 87 red: ↑8 | double intenzitet () { … }
| public double intenzitet () { … }
| |||||||||||||||||||||||||||||||
strana: 83 | |||||||||||||||||||||||||||||||||
strana: 103 red: ↓8 | public void radi () { izr.vr (); }
| public void radi () { if (izr != null) izr.vr (); }
| |||||||||||||||||||||||||||||||
strana: 109 red: ↑13 | public double dohvati (int i) throws GVekt
| public double dohvati (int i) throws GVekt {
| |||||||||||||||||||||||||||||||
strana: 112 red: ↑20 | import verizni;
| import verizni.*;
| |||||||||||||||||||||||||||||||
strana: 116 red: ↓20 | mat[i][j] += m2.mat[i][j];
| mat[i][j] -= m2.mat[i][j];
| |||||||||||||||||||||||||||||||
strana: 119 red: ↓9 |
12.0 14.0 16.0 18.0 23.0 25.0 27.0 29.0 34.0 36.0 38.0 40.0 |
10.0 10.0 10.0 10.0 19.0 19.0 19.0 19.0 28.0 28.0 28.0 28.0 | |||||||||||||||||||||||||||||||
strana: 126 red: ↓14 | s interaktivnim glavnim programom | s glavnim programom | |||||||||||||||||||||||||||||||
strana: 127 red: ↑5 | else posl = sled;
| else posl = pret;
| |||||||||||||||||||||||||||||||
strana: 140 red: ↑19 | double a, b; char vrs;
| double a, b;
| |||||||||||||||||||||||||||||||
strana: 146 red: ↓8 |
|
Copyright © 2012, Laslo Kraus
Poslednja revizija: 11.12.2012.