Sesiones de PyR
why is it not running? 
import java.util.Scanner;
public class Myclass{
       public static void main(String [] args){
Scanner in = new Scanner(System.in);
      String a;
      int b;
      System.out.println("enter a word");
             a = in.nextLine();
      System.out.println("enter repetition")
             b = in.nextInt();
         for ( int = 0; x < b; x = x++)
      System.out.println(a);
}
}
 0 Votos
 8 RespuestasWhat if I is change by x
 -1 Voto
 2 RespuestasEn tendencia hoy
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes