Universidad Católica Boliviana "San Pablo"

UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 23 491. 492. private void generateColumn17() { 493. for (int i = 0; i < rowCount; i++) { 494. tabla[i][16] = tabla[i][15] * 118; 495. } 496. } 497. 498. private void generateColumn18() { 499. for (int i = 0; i < rowCount; i++) { 500. tabla[i][17] = tabla[i][15] * 0.987; 501. } 502. } 503. 504. private void generateColumn19() { 505. for (int i = 0; i < rowCount; i++) { 506. if (tabla[i][16] > tabla[i][13]) { 507. tabla[i][18] = OK; 508. } else { 509. tabla[i][18] = NO_CUMPLE; 510. } 511. } 512. 513. }

RkJQdWJsaXNoZXIy Mjc5NTQw