Universidad Católica Boliviana "San Pablo"

UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 20 422. celdaF = tabla[i][3]; 423. celdaI = tabla[i][6]; 424. tabla[i][7] = celdaI / celdaF; 425. } 426. } 427. private void generateColumn9() { 428. double celdaH, celdaI; 429. for (int i = 0; i < rowCount; i++) { 430. celdaH = tabla[i][5]; 431. celdaI = tabla[i][6]; 432. tabla[i][8] = celdaI / celdaH; 433. } 434. } 435. private void generateColumn10() { 436. double Wd = (sv * t / 100 + ((h - t) * bw / Math.pow(100, 2))) * ph; 437. for (int i = 0; i < rowCount; i++) { 438. tabla[i][9] = Wd; 439. } 440. } 441. 442. private void generateColumn11() { 443. double celdaL; 444. for (int i = 0; i < rowCount; i++) {

RkJQdWJsaXNoZXIy Mjc5NTQw