Discussions Q&R
Pi calculation on Java 
 -2 Votes
 1 Réponsefirst steps
 0 Vote
 2 RéponsesText Editor Help!?!
 1 Vote
 7 RéponsesMake a calculator
 -3 Votes
 2 RéponsesLoop
 1 Vote
 2 RéponsesMultiple Java User Input
 4 Votes
 4 Réponseswhy 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 Vote
 8 RéponsesWhat is error in it???
 0 Vote
 2 Réponsesjava input
 0 Vote
 1 RéponseWhy not working 
 -4 Votes
 4 RéponsesAujourd'hui en vedette
Beginner question
 0 Votes
Remove
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes
Engineer Cloud
 0 Votes
Lua?
 1 Votes