14 Answers
New Answer14 Answers
New AnswerWhat do you mean by "change list of code"? ¿Qué quiere decir con "cambiar la lista de código"?
Ramón Nobody can change others code. It's a bug which show you only few lines of code. You have to contact to SoloLearn on [email protected] Nadie puede cambiar el código de otros. Es un error que muestra solo unas pocas líneas de código. Debe ponerse en contacto con SoloLearn en [email protected]
Ramón Your code is incomplete. Write code in code playground and share the link of code here. Su código está incompleto. Escriba el código en Code Playground y comparta el enlace del código aquí.
Ramón Nobody else can modify your code. Did you save your written code? Nadie más puede modificar su código. ¿Guardaste tu código escrito?
import java.math.BigInteger; import java.math.*; public class PrimoMonchi { public static void main(String args[]){ String p = "primo"; int num= 100, rsltd = 0, h=0, i=0, f=1, c=1; int numprimo [][] = new int [f][c]; boolean primo = true; do{ for (h=0;h<f;h++){ for (i=0;i<c;i++){ numprimo [h][i]=num; for(int x = 2; x < num; x++){ rsltd = num%x; if (rsltd == 0){ primo = false; System.out.println()
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message