Chicken Alfredo
@studentAlfredAl
"If you are not willing to learn, no one can help you. If you are determined to learn, no one can stop you"
Hey guys, I'm back again with a question on this project. But now the compiler isn't reading in the next line of code after Line 31 and I'm very confu
Java
Coder100 image
smh
defeated = false returns false because that's what assignment does.
Anyways, you mean:
while (defeated == false) {
Remember to have == and not =!2 years ago
Hey guys, so in my free time I am starting to make a Tic-Tac-Toe project, and I would like to learn how to combine a previous answer on the board.
Java
studentAlfredAl @k9chelsea2 @PattanAhmed @EpicGamer007 So what I mean by previous answers is that the place on the tic tac toe board the user has inputted before. How do I retain that place while adding a new one?2 years ago
PattanAhmed @studentAlfredAl Hi,
What do you mean by how to combine a previous answer on the board?2 years ago
Hey guys, so this is an assignment for school where somebody inputs distance, hours, and minutes, and I return their mph. According to the examples it
Java
Coder100 lmao main.getmph Do you mean getmph main is a method smh:
System.out.println("");
System.out.println(miles + " miles in " + hours + " hours and " +min+" minutes = " + getmph(miles, hours,min)+" mph");
Anyways I doubt you will need any math modules because hopefully (int)(double) works but:
Math.round(float x)
Math.round(double x)
are the signatures for Math.round2 years ago
studentAlfredAl It looks like I will need to use a Math method, but I'm not sure how to do that2 years ago
So I'm interested in creating websites for other people or creating online ad platforms. What would be the best language to do this kind of stuff?
Coder100 Hi! You would need two languages to do this. A backend language and a frontend language. For the frontend, that will probably be HTML, CSS, and JS. For the backend, that would be either python or node.js.3 years ago
Hello everyone. Now that school is coming, I'm becoming very very busy, but I want to post this project before school starts. Please help me debug thi
Java
Coder100 Wow. That's a lot of code.
Anyways, you should always put variables in the public scope instead of part of each if statement due to scope:
public static void Main() {
double dankMemerChoice;
double defenseRaise;
// ...
At least, that is what I can make of the errors.3 years ago
PattanAhmed @studentAlfredAl Hi,
You can solve all your errors as a challenge.
Be patient in programming as you have to tackle hundreds of errors in the program. Take them as a Challenge to achieve.
Or you cannot become a self-taught developer in the future if you hold your hand on others now.
Try to solve your errors and best wishes from me. :)
Hope this helps
Please mark my answer if this helps.3 years ago
Hey guys, so in the project I'm working on, I'm having trouble with lines 588-606; They aren't running properly...
@jakman You are the best Java coder
Java
Jakman Sorry that i did not get the notification. My id is @Jakman not @jakman. Could you please tell me the problem with your program when you run it? And what is it you are trying to do?3 years ago
EpicGamer007 I cannot answer your question unfortunately but currently, there is an error:
image
3 years ago
Highwayman Would you mind being more explicit as to what the troubles are that your having? And maybe also what you expect to happen.3 years ago
Hey guys, I'm back! :D I'm working on my 400 cycle special, and it's a remake of the Discord bot Dank Memer. I would like suggestions on what the end
So I've noticed some people (@CodingCactus & @HahaYes) got the hacker plan for free. How would you get that?
Hey guys, I know it's been a long time since I was on here, but summer college sucks so... Anyways, I'm back to coding! :D In the repl below it won't
Java
Coder100 Hello! You just have need to add another } to the end of your code (line 135)
perhaps it was deleted?
working repl3 years ago
Hello everyone!
I would tell you all a social distancing joke, but this is as close as I can get.
really lame, i know, don't judge lol
I know it has b
Java
UtkarshDudhane import java.util.Scanner;
^^^^^^
SyntaxError: Cannot use import statement outside a module
is the error
2 years ago
Hey guys, I would like to know if you all think I should add all the insults that Dank Memer usually says in Discord in my Dank Memer remake project o
Java
Bookie0 Well I think you can add, as long as they stick to the guidelines of repl talk (like I think it should be SWF)3 years ago
Hey guys, I would like to know if you all think I should add all the insults that Dank Memer usually says in Discord or if I should leave them out. Th
Java
Java Tutorial (Basics) Understanding and coding Java
Hey guys! In this tutorial, I'll be going over most of the basics of Java and most of what I have
Java
JeremyBalson Thanks for the info. I was searching for how to code java online and I am glad I have found your post in which you have explained it very well. I will surely read it but before that, I want to check this source to hire an essay writer. After hiring an essay writer, I will surely come back here and read your post thoroughly.11 months ago
Hey guys, I know this isn't code, but I just wanted to share these two songs:
Kaze ni Naru: https://www.youtube.com/watch?v=dov3rW5K2ww
Always with Me
Java
Hey guys! This is the first text-based adventure game that I have made so far! I hope you are able to survive, and please give me some feedback in the
Java
DynamicSquid You run to the fridge near the front desk of the office you used to work at, and quickly make several small bombs.
Wait, what!?3 years ago
Hey guys, I know this isn't code, but I just wanted to share these two songs:
Kaze ni Naru: https://www.youtube.com/watch?v=dov3rW5K2ww
Always with Me
Java
So I've been hearing a lot about forking projects. What does that mean?
Hey guys, I know I'm late in posting this project, but I've been busy with a ton of homework. I highly recommend you read the instructions the first t
Java
huhelena8 I'm confused. Maybe it was me, but after five tries I never got the answer to how many times can you subtract 5 from 25. Isn't it infinite times?3 years ago
Please read the description
Good morning everybody! If you want some jokes to start of your day, here they are! I would tell you all another one right
Java
Hey guys! This is my 50 cycles special, and this was the biggest project I've done so far. I know the animation is very low quality, but I hope you en
Java