Un Granjero tiene 3 parcelas divididas en partes iguales, con siembra de papas,tomates y zanahorias...
Calcular la cantidad de papas, tomates y zanahorias en total de las 3 parcelas...
Los datos se ingresarian asi "tomate 50 kgs", etc
Tomates | Papas | Zanahorias | |
Parcela 1 |
Parcela 2 |
Parcela 3 |
Código
package clase_apoyo; import java.io.*; public class apoyo { /** * Method llenarmatriz * * * @return * */ int i,j; for (i=0;i<m.length;i++){ for (j=0;j<m[0].length;j++){ m[i][j] = en.readLine (); } } return m; } /** * Method mostrar * * */ int i,j; for (i=0;i<m.length;i++){ for (j=0;j<m[0].length;j++){ } } } /** * Method calcular * * */ int i,j,k,p=0; int sum,sht=0; String choice; for (i=0;i<m[0].length;i++){ sum=0; for (j=0;j<m.length;j++){ choice=m[j][i]; for (k=0;k<choice.length();k++){ if (choice.charAt(k)==' '){ p=k; k=choice.length(); title=choice.substring(0,p); } } shorty=choice.substring(p); sum+=sht; } } } }