Q&A Discussions
Pi calculation on Java
-2 Votes
1 Answerfirst steps
0 Votes
2 AnswersText Editor Help!?!
1 Vote
7 AnswersWhat it dosen't work for?
0 Votes
1 Answerhow the input gets executed
0 Votes
1 AnswerMake a calculator
-3 Votes
2 AnswersStoring userinputed ints
0 Votes
5 AnswersMultiple Java User Input
4 Votes
4 Answerswhy 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 Votes
8 AnswersMatrix I need help java
0 Votes
2 AnswersWhat is error in it???
0 Votes
2 Answersjava input
0 Votes
1 AnswerWhat's Wrong With My Code??
0 Votes
2 AnswersNot Getting Proper Output
0 Votes
1 AnswerQuestions about Arrays: Java
0 Votes
1 AnswerWhy not working
-4 Votes
4 AnswersHot today
Why this code still works
1 Votes
Python
1 Votes
I need help with my code please
0 Votes
Python related
1 Votes
Why won't canvas work?
2 Votes
++ Confusion in java
0 Votes
Java microproject
0 Votes