F&A Diskussionen
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 Stimmen
8 AntwortenTic-Tac-Toe Java Two Players
0 Stimmen
1 Antwortis 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 Stimme
4 AntwortenCan anyone explain this code.
2 Stimmen
1 Antwortcodeing and computing.
0 Stimmen
3 AntwortenSuggestion
0 Stimmen
1 AntwortPython word search game help
0 Stimmen
1 AntwortWhy value of "x" will be 70 ?
1 Stimme
2 AntwortenIssue generating ASCII characters
0 Stimmen
2 AntwortenWhat's Wrong With My Code??
0 Stimmen
2 AntwortenExplain how this program works..
0 Stimmen
2 Antwortenhow to output phrases?
1 Stimme
2 AntwortenWhy does this not work?
2 Stimmen
2 AntwortenHeute heiß
Functions in python
2 Votes
How to make a playground
1 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
Python
0 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes