#Is there a channel for help on Java homework/classwork

1 messages · Page 1 of 1 (latest)

silk escarp
#

I wondering if there is a channel that helps out with school work. If I have these labs I don't understand and want to do but have no one to work on it with.

brazen sandBOT
#

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

#

Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
I wondering if there is a channel that helps out with school work. If I have these labs I don't understand and want to do but have no one to work on it with.

with, is there a specific channel for that? Or could I ask for help in the general Java chat?

Yes, there is a channel dedicated to help with Java homework and classwork. You can find it under the category Other. In this channel, you can ask questions about your labs or assignments that you are struggling with, and other members of the community will try to assist you.

If you have specific questions or need clarification on certain concepts, feel free to ask in this channel. However, please keep in mind that while we are happy to help guide you in the right direction, we do not provide direct answers or complete solutions to your assignments.

Additionally, if you prefer to ask for help in the general Java chat, you are welcome to do so as well. Many members of the community are knowledgeable about Java and may be able to offer assistance.

Remember to provide as much detail as possible when asking for help, such as code snippets or error messages. This will make it easier for others to understand your issue and provide relevant feedback.

Overall, don't hesitate to reach out for help on your Java homework or classwork. We are here to support each other and learn together!

silk escarp
#

/chatgpt. where the category again im new to discord in general

clever dawn
#

If you have a specific question you want help with, just ask - and include what you've tried so far.

silk escarp
#

cool, I honeslty just need help understanding and doing all my labs homework

clever dawn
#

Helpers here can help explain something. Or help you find an issue. They can't do your homework though.

If you ask about the piece you don't understand maybe someone here can help.

silk escarp
sinful bluff
#

We can guide, but at a certain point the expectation's that you do study yourself using your own course or something like:

brazen sandBOT
#

For learning Java, we recommend MOOC.

It is a completely free introductory Java course created by the University of Helsinki, it is a great way to learn Java from the ground up.

Visit MOOC here:
https://java-programming.mooc.fi
(the course is available in both English and Finnish)

  • The MOOC teaches a broad introduction to programming in Java in two parts - one at beginner, and another at intermediate level.
    The end of the course is marked by creating your own Asteroids game clone!
  • The MOOC allows using features up to Java 11 - you can install Temurin OpenJDK 11 from the Adoptium project.
  • To submit exercises for evaluation, you need to configure an Editor/IDE (Integrated Development Environment) with the TMC Plugin.

The course instructions will suggest to use TMCBeans/NetBeans or VS Code for the course, but you can also use IntelliJ, which we generally recommend.

  • TMCBeans/NetBeans is the easiest to configure - but has the most dated user experience
  • VS Code is very popular as an editor, but it is quite new for Java Development. Some extra configuration is needed.
  • IntelliJ arguably has the best user experience and is most widely used Java IDE by professionals.
    IntelliJ requires installing a version no newer than 2023.1 - because the IntelliJ TMC Plugin doesn't work with newer installs.
    The IntelliJ Community version is completely free and all you need to install the TMC plugin.

To use IntelliJ with the MOOC, simply install the TMC plugin by opening IntelliJ -> File -> Settings -> Plugins and searching for TMC. You will then be able to use IntelliJ to complete MOOC.

About the course - Java Programming