#Recommend any good videos on YouTube for Java

1 messages · Page 1 of 1 (latest)

ripe blade
#

Hi, I started learning a little bit of C and now I'm practicing Java at university. However, I'm struggling with some homework projects because I think I just need to see some good teachers on YouTube who can show me how to do small projects, like the one I have been assigned.

The project is to create a software tool for someone who has a collection of music CDs. The program should allow:

-Adding a new CD to the collection
-Viewing and removing a CD from the collection
-Viewing the contents of the entire collection
-Selecting a random song from the entire collection

Could anyone recommend some good YouTube videos that can help me understand how to do projects like this? Thank you very much for your help.

hallow tigerBOT
#

<@&987246399047479336> please have a look, thanks.

hallow tigerBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

sly rock
#

how much do you already know as in programming? like conditionals? operators stuff like that?

ripe blade
#

I'm familiar with conditionals, but I'm having difficulty with classes

sly rock
#

oki so would suggest definitely looking into classes and methods

#

that would be useful for what you are trying to do

#

i don't know exactly what kinda video might help but there's a simple project i once looked at might give you an idea how to use classes and stuff or how to organize a simple project like that

#

this might help

ripe blade
#

Thank you very much :3