Q&A Discussions
Please explain.
0 Votes
2 AnswersIf's with strings
1 Vote
1 AnswerIllegal Declaration
0 Votes
2 AnswersBool function problem
1 Vote
1 AnswerWhy this code has no output?
0 Votes
1 Answerhey 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 Votes
4 Answersdouble qoutes in python3
0 Votes
1 AnswerHow do I make this work?
0 Votes
2 Answerspublic 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 Vote
2 AnswersWhy not working
-4 Votes
4 AnswersHot today
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
Pig Latin
0 Votes
Uuu
1 Votes
How to start
0 Votes