Universidad Católica Boliviana "San Pablo"

UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 66 1480. for (int i = 0; i < rowCount; i++) { 1481. tabla[i][142] = tabla[i][140] * buscarVAcero(tabla[i][141], 0, 1); 1482. } 1483. } 1484. 1485. public void generateColumn144() { 1486. for (int i = 0; i < rowCount; i++) { 1487. if (tabla[i][142] >= tabla[i][139]) { 1488. tabla[i][143] = OK; 1489. } else { 1490. tabla[i][143] = NO_CUMPLE_AUM_BARRAS; 1491. } 1492. } 1493. } 1494. 1495. public void generateColumn145() { 1496. for (int i = 0; i < rowCount; i++) { 1497. tabla[i][144] = (tabla[i][142] * 100) * fy / 1000; 1498. } 1499. } 1500. 1501. private void generateColumn146() { 1502. for (int i = 0; i < rowCount; i++) {

RkJQdWJsaXNoZXIy Mjc5NTQw