Q&A Discussões
Pi calculation on Java
-2 Votos
1 Respostafirst steps
0 Voto
2 RespostasText Editor Help!?!
1 Voto
7 RespostasMake a calculator
-3 Votos
2 RespostasMultiple Java User Input
4 Votos
4 RespostasLoop
1 Voto
2 Respostaswhy 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 Voto
8 Respostasjava input
0 Voto
1 RespostaWhy not working
-4 Votos
4 RespostasQuente hoje
Data Analysis Course
1 Votes
Time up code for data revision
0 Votes
Web vs python
0 Votes
Is there LUA?
0 Votes
I want to learn why this error occurs in "while loop" function of Pythone.Can someone explain to me?
1 Votes
Best Python Calculator Code
1 Votes