Обсуждения
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 голосов
8 ответовTic-Tac-Toe Java Two Players
0 голосов
1 ответCan anyone explain this code.
2 голосов
1 ответis there anything wrong in this please answer
import string
from random import *
letters = string.ascii_letters
digits = string.digits
chars = letters + digits
min_length = 9
max_length = 15
password = "".join(choice(chars) for x in range(randint(min_length, max_length)))
print(password)
1 голос
4 ответовcodeing and computing.
0 голосов
3 ответовSuggestion
0 голосов
1 ответPython word search game help
0 голосов
1 ответIssue generating ASCII characters
0 голосов
2 ответовWhat's Wrong With My Code??
0 голосов
2 ответовExplain how this program works..
0 голосов
2 ответовhow to output phrases?
1 голос
2 ответовАктуальное сегодня
How can one build an Ai app
4 Votes
AI Takeover
2 Votes
How to learn python
1 Votes
C course progress restart
2 Votes
Using Python on VScode
0 Votes
Average of Two Numbers
0 Votes
Hearts
0 Votes
Python Developer
0 Votes