Обсуждения
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 ответ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 ответовCan anyone explain this code.
2 голосов
1 ответ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 ответовWhy does this not work?
2 голосов
2 ответовАктуальное сегодня
Is this realistic enough?
1 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Need friends
0 Votes
Python
1 Votes