Q&A Discussies
Why does this not work?
2 Stemmen
2 AntwoordenPlease explain.
0 Stemmen
2 AntwoordenIf's with strings
1 Stem
1 AntwoordIllegal Declaration
0 Stemmen
2 AntwoordenBool function problem
1 Stem
1 AntwoordWhy this code has no output?
0 Stemmen
1 Antwoordhey I have a doubt in brute force prg by Mr robot .......so it's just checking each character and storing it in a string ....and he is giving it a name..so I have to ask that how I will setup or send a link to someone whom I wanna hack and whatever he types in my prg I will get it...plz plz help me...using Mr robot program
0 Stemmen
4 Antwoordendouble qoutes in python3
0 Stemmen
1 Antwoord9
2 Stemmen
6 AntwoordenHow do I make this work?
0 Stemmen
2 Antwoordenpublic class Vehicle {
int maxSpeed;
int wheels;
String color;
double fuelCapacity;
void horn() {
System.out.println("Beep!");
}
}
class MyClass {
public static void main(String[ ] args) {
Vehicle v1 = new Vehicle();
Vehicle v2 = new Vehicle();
v1.color = "red";
v2.horn();
System.out.println(v1);
}
}
Explain its outcome. I am unable to get the last line of outcome.
-1 Stem
2 AntwoordenWhy not working
-4 Stemmen
4 AntwoordenPopulair vandaag
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Coding for Cybersecurity
0 Votes
Drawing images in java
2 Votes