Help | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Help

I'm new here and I need help everything just looks like nonsense

29th Dec 2023, 6:10 PM
Caleb💯
Caleb💯 - avatar
19 ответов
+ 4
In programming, it is VERY important to show your code and explain what you attempt to do.
29th Dec 2023, 6:28 PM
Lisa
Lisa - avatar
+ 3
I can't help but created this code in rush to reply your question. https://sololearn.com/compiler-playground/WgUUoIFf6Fdm/?ref=app
30th Dec 2023, 9:14 AM
Wong Hei Ming
Wong Hei Ming - avatar
+ 2
Describe precisely what you want to do. Show your code. Give a complete task description. Tag the relevant programming language, not "k"
29th Dec 2023, 6:20 PM
Lisa
Lisa - avatar
+ 1
Read the lesson again. Show your code.
29th Dec 2023, 6:25 PM
Lisa
Lisa - avatar
+ 1
You need to set a goal for your program. It can be a simple task such as printing a string, numbers or array, or it can contains lots of user bulit function to do crazy stuff. Find yourself a project and start to think in java language. You can search on the net for coding ideas.
30th Dec 2023, 12:25 PM
Wong Hei Ming
Wong Hei Ming - avatar
+ 1
Alright thanks
30th Dec 2023, 12:28 PM
Caleb💯
Caleb💯 - avatar
+ 1
Start with the basics and do some coding everyday for 15 to 20 minutes you be a great learner
31st Dec 2023, 4:57 AM
Rutvik Muniraja
Rutvik Muniraja - avatar
+ 1
Caleb💯 , Please add a tag for java.
31st Dec 2023, 11:11 AM
Rain
Rain - avatar
0
I don't have any knowledge about coding and anytime I try to practice what I have learnt from the classes I have taken it brings out error from the output
29th Dec 2023, 6:23 PM
Caleb💯
Caleb💯 - avatar
0
I need someone that can explain it comprehensively to me
29th Dec 2023, 6:27 PM
Caleb💯
Caleb💯 - avatar
0
Do you do java
29th Dec 2023, 6:29 PM
Caleb💯
Caleb💯 - avatar
0
Thank you
30th Dec 2023, 11:09 AM
Caleb💯
Caleb💯 - avatar
0
My question is on Java I don't really how to apply the code to do something meaningful while practicing
30th Dec 2023, 11:14 AM
Caleb💯
Caleb💯 - avatar
0
For beginner and you are using android, you can start with the code coach under the Community selection to practice.
30th Dec 2023, 1:23 PM
Wong Hei Ming
Wong Hei Ming - avatar
0
I also joined yesterday but i'm in level 2 right now everything was normal to me
31st Dec 2023, 4:55 AM
Sriya Datla
Sriya Datla - avatar
0
Please I need someone to explain what import java.util.scanner means
2nd Jan 2024, 5:17 PM
Caleb💯
Caleb💯 - avatar
0
Hey java.util.scanner is a library that contains the Class Scanner .We can use it's methods by importing them in our program in order to get input from the user or read files
2nd Jan 2024, 6:26 PM
Konstantinos Stylianou Panagiotis
Konstantinos Stylianou Panagiotis - avatar
0
Caleb💯 , scanner is how you get input. When I was studying Java here (before I switched to Python), I consulted oracle.com a lot. That's the definitive site for Java technical truths. You should bookmark it. Here's a preloaded search for you. https://search.oracle.com/results?q=import+java.util.scanner&size=10&page=1&tab=all&app=site
2nd Jan 2024, 6:27 PM
Rain
Rain - avatar