Programa de combinaciones de 5 cifras

Gracias por el programa pero no lo pude correr aqui va lo que muestra
C:\Documents and Settings\xx\Escritorio\ArregloRichy1.java:6: > expected
<scripttype = "text/javascript">
                   C:\Documents and Settings\xx\Escritorio\ArregloRichy1.java:6: illegal start of type 
                 <scripttype = "text/javascript">
                   ArregloRichy1.java:7: <identifier> expected
                  function calcularCombinaciones(input){
                   ArregloRichy1.java:13: ';' expected
                   inputCopy=stripCharactersFromString(inputCopy,inputCopy.charAt(0)));
                   ArregloRichy1.java:17: <identifier> expected
                  function cifrasiguales(stringToSearch,characterToFind){
                  ArregloRichy1.java:17: <identifier> expected
                  function cifrasiguales(stringToSearch,characterToFind){
                  ArregloRichy1.java:20: illegal start of expression
                 for(i=0;<stringToSearch.length>;i++){
                 ArregloRichy1.java:28: ';' expected
                function stripCharactersFromString(stringToStripFrom,characterToStrip);{
                ArregloRichy1.java:28: not a statement
                function stripCharactersFromString(stringToStripFrom,characterToStrip);{
                ArregloRichy1.java:28: ';' expected
                function stripCharactersFromString(stringToStripFrom,characterToStrip);{
                ArregloRichy1.java:28: not a statement
                function stripCharactersFromString(stringToStripFrom,characterToStrip);{
                ArregloRichy1.java:28: ';' expected
               function stripCharactersFromString(stringToStripFrom,characterToStrip);{
               ArregloRichy1.java:35: ';' expected
             function factorial(inputNumber);
             ArregloRichy1.java:35: not a statement
             function factorial(inputNumber);
             ArregloRichy1.java:35: ';' expected
             function factorial(inputNumber);
             ArregloRichy1.java:43: ';' expected
             function clearLista(wordArray, strbase, remainingchars){
             ArregloRichy1.java:43: not a statement
             function clearLista(wordArray, strbase, remainingchars){
             ArregloRichy1.java:43: ';' expected
             function clearLista(wordArray, strbase, remainingchars){
             ArregloRichy1.java:43: not a statement
             function clearLista(wordArray, strbase, remainingchars){
             ArregloRichy1.java:43: ';' expected
             function clearLista(wordArray, strbase, remainingchars){
             ArregloRichy1.java:43: not a statement
             function clearLista(wordArray, strbase, remainingchars){
             ArregloRichy1.java:43: ';' expected
             function clearLista(wordArray, strbase, remainingchars){
             ArregloRichy1.java:60: ';' expected
              function printWordList(wordarray){
             ArregloRichy1.java:60: not a statement
             function printWordList(wordarray){
             ArregloRichy1.java:60: ';' expected
            function printWordList(wordarray){
             ArregloRichy1.java:62: ';' expected
              for(i=0;i<wordArray.length-1i++)
             ArregloRichy1.java:65: ';' expected
              document.combform combinationlist.value=output;
             ArregloRichy1.java:68: ';' expected
              funcion showCombinations(inputText){
             ArregloRichy1.java:68: not a statement
              funcion...

1 Respuesta

Respuesta
1
Realmente desconozco si es posible compilar codigo html en java directamente.

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas