Dyskusje Q&A
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 głosów
8 odpowiedziTic-Tac-Toe Java Two Players
0 głosów
1 Odpowiedź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 Głos
4 odpowiedziCan anyone explain this code.
2 głosów
1 Odpowiedźcodeing and computing.
0 głosów
3 odpowiedziSuggestion
0 głosów
1 OdpowiedźPython word search game help
0 głosów
1 OdpowiedźWhat's Wrong With My Code??
0 głosów
2 odpowiedziWhy does this not work?
2 głosów
2 odpowiedziPopularne dzisiaj
HTML
1 Votes
Functions in python
0 Votes
For Mobile app
0 Votes
I need advice
0 Votes
Answer please
0 Votes
I need advice
0 Votes