F&A Diskussionen
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 Stimmen
 8 AntwortenWhy not working 
 -4 Stimmen
 4 AntwortenHeute heiß
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
How To Enable Disable Divs?
 0 Votes
Project
 0 Votes