Q&A Discussions
Why does this not work?
1 Vote
6 AnswersHow i can do in python?
2 Votes
1 Answerincompatible types java
0 Votes
2 Answersstring.find
0 Votes
2 AnswersTic-Tac-Toe in Java
0 Votes
1 Answerwhile inside while loop
0 Votes
2 AnswersPy-Random function
1 Vote
2 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 AnswersHot today
Pig Latin
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Uuu
2 Votes
I’m new someone can help me
0 Votes
Recursion doubt
2 Votes