Dyskusje Q&A
Please explain.
0 głosów
2 odpowiedziIf's with strings
1 Głos
1 OdpowiedźIllegal Declaration
0 głosów
2 odpowiedziBool function problem
1 Głos
1 OdpowiedźWhy this code has no output?
0 głosów
1 Odpowiedźhey 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 głosów
4 odpowiedzidouble qoutes in python3
0 głosów
1 Odpowiedź9
2 głosów
6 odpowiedziHow do I make this work?
0 głosów
2 odpowiedzipublic 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 Głos
2 odpowiedziWhy not working
-4 głosów
4 odpowiedziPopularne dzisiaj
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes