Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by Deisy ( 15 years ago )
//Este es el main
public class prueba {
public static void main(String[] args) {
BuscadorBinario B =new BuscadorBinario();
int[]x={1,2,3,4,5};
if(B.buscar(2,x))
System.out.print("Prueba1: Fallo");
else
System.out.print("Prueba1: Entro");
}
}
Revise this Paste
Children: 35980