#beginner (revise my work)

1 messages · Page 1 of 1 (latest)

sly osprey
#

hey guys pls revise then ping if my work is correct !! it seemed too easy wanna make sure i’m right

lavish meteorBOT
#

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

nocturne marlin
#

Please don't share pictures of your code, but use:

lavish meteorBOT
#

Please use this format for posting code:

```java
// Example java program
int value = 5;
System.out.println(value);
```

Which results in:

// Example java program
int value = 5;
System.out.println(value);

For syntax highlighting, you have to add the name of the language after the three backticks, like ```java. Please make sure to use exactly this format, so no space between the backticks and the language name, and a newline before the code starts. If done right, the syntax highlighting will even be applied to your text as you type, before sending.

sly osprey
#

i’m just at work rn

#

one sec

nocturne marlin
#

And it looks fine, it's the first assignment. Don't expect too much.

edgy tendon
#

Main has to be public

#

But add and subtract can be private

#

You’ll learn more about access modifiers later in the course

nocturne marlin
edgy tendon
#

Ohhhh

sly osprey
#

i’m so sorry i’m trying change the format for the question but work is getting busy i don’t mean to break the rules

edgy tendon
#

The methods were generated

edgy tendon
nocturne marlin
nocturne marlin
sly osprey
# nocturne marlin Yes.

oh wow! i was stressing for no reason 😅 i literally was reading the notes 3x and thinking if i was going crazy, thank u simon

nocturne marlin
#

You're welcome. You can close this by using /help-thread close.

jade nacelle
#

@sly osprey id recommend you to watch a quick crash course on YouTube and learn the fundamentals

#

It will save you a lot of time

#

Source Code - http://www.giraffeacademy.com/programming-languages/java/ This video is one in a series of videos where we'll be looking at programming in java. The course is designed for new programmers, and will introduce common programming topics using the java language.

Throughout the course we'll be looking at various topics including variab...

▶ Play video
#

There’s a lot of stuff on YouTube

sly osprey