Q&A Discussies
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 Stemmen
8 AntwoordenWhy not working
-4 Stemmen
4 AntwoordenPopulair vandaag
debate which is better
6 Votes
Text editor
0 Votes
Debugging issue?
0 Votes
Arduino
2 Votes
how to view only application
0 Votes
Scraping
0 Votes