Universidad Católica Boliviana "San Pablo"

UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 47 1043. private void generateColumn88() { 1044. for (int i = 0; i < rowCount; i++) { 1045. tabla[i][87] = tabla[i][78] + tabla[i][81] + tabla[i][84]; 1046. } 1047. } 1048. 1049. private void generateColumn89() { 1050. for (int i = 0; i < rowCount; i++) { 1051. tabla[i][88] = tabla[i][79] + tabla[i][82] + tabla[i][85]; 1052. } 1053. } 1054. 1055. private void generateColumn90() { 1056. for (int i = 0; i < rowCount; i++) { 1057. tabla[i][89] = 0.62 * Math.pow(fc, 0.5); 1058. } 1059. } 1060. 1061. private void generateColumn91() { 1062. for (int i = 0; i < rowCount; i++) { 1063. tabla[i][90] = 0.6 * fc; 1064. } 1065. }

RkJQdWJsaXNoZXIy Mjc5NTQw