Avinash Singh
@Avifire
Hello i was born on 1st January 2005
I need help with saving user inputs. Tell me if you can help, please. ill add you in multiplayer.
Java
I added new lines of code so that you can restart the program and end it. Do fork and edit if you want. Also, tell me where can I improve in this proj
Java
I tried everything but the score doesn't work. I don't have any more ideas.
Java
RYANTADIPARTHI Solution
you can assign a score var, and each time it's right, you can increment it.
int score = 0
if (answer == 123) {
int score = score + 1
}
System.out.println(score)
like that.
It should work2 years ago
Comment your type of question, number of questions, and score.
I applied what I have learned in school into this repl.
Java
I just added a new command
I can't seem to get the output of the shapes I typed. I used the HTML/CSS/js language.
mwilki7 which of your repl contains the code you need help with?
i only see 2 HTML repls in your profile
https://repl.it/@Avifire/awari
https://repl.it/@Avifire/Game
and neither of them mention anything about shapes3 years ago
If you do, can you help me? I can't seem to get past coders strike back wood 2 league.
I created a basic calculator program using the Switch case. It is in Malay.
Java
I created a basic calculator program using the else-if. It is in Malay. I am new to this coding world. I will be creating more programs in the future.
Java