#beginner (revise my work)
1 messages · Page 1 of 1 (latest)
<@&987246883653156906> please have a look, thanks.
Please don't share pictures of your code, but use:
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.
oh i’m sorry
i’m just at work rn
one sec
And it looks fine, it's the first assignment. Don't expect too much.
You dont need to make the methods public
Main has to be public
But add and subtract can be private
You’ll learn more about access modifiers later in the course
False, that would change more code than they're instructed to change and could quite likely make the automated tests fail.
what!! 😅
Ohhhh
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
The methods were generated
so ig my answer is correct? 
When you’re done with this class, start learning spring boot. It will likely land you an internship and a lucrative job offer
Yes.
This has nothing to do with their question?
It's an assignment for a course.
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
You're welcome. You can close this by using /help-thread close.
@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
Watch that one for example https://youtu.be/-QLskCQbLco?si=-OoOR5TlYd8jM6zy
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...
There’s a lot of stuff on YouTube
tyyy bahaaha
so just to ensure, if i submit that assignment with my answer it’s correct right