![]() |
|
One of my first Java Programs! - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.li/Forum-Java-JVM-JRE) +--- Thread: One of my first Java Programs! (/Thread-One-of-my-first-Java-Programs) |
RE: One of my first Java Programs! - RaccoonCity_mybb_import13707 - 10-24-2013 (10-24-2013, 12:24 PM)blackeagle Wrote: @"Zedex" this is really easy just like the hello world program i did something similar first year at uni it was doing a face in the characters instead of writing hacker Yeah, real good that he explained it for me
RE: One of my first Java Programs! - RaccoonCity_mybb_import13707 - 10-24-2013 (10-24-2013, 12:24 PM)blackeagle Wrote: @"Zedex" this is really easy just like the hello world program i did something similar first year at uni it was doing a face in the characters instead of writing hacker Yeah, real good that he explained it for me
RE: One of my first Java Programs! - RaccoonCity_mybb_import13707 - 10-24-2013 (10-24-2013, 12:24 PM)blackeagle Wrote: @"Zedex" this is really easy just like the hello world program i did something similar first year at uni it was doing a face in the characters instead of writing hacker Yeah, real good that he explained it for me
RE: One of my first Java Programs! - Gintoki Ameto - 12-01-2013 Code: class Helloworld {
public static void main(String[]args){
System.out.println("Hello World");
}
}Almost this is my first in every programming language I has encountered lololol RE: One of my first Java Programs! - Gintoki Ameto - 12-01-2013 Code: class Helloworld {
public static void main(String[]args){
System.out.println("Hello World");
}
}Almost this is my first in every programming language I has encountered lololol RE: One of my first Java Programs! - Lily_mybb_import12771 - 12-04-2013 :Laughing:is so easy RE: One of my first Java Programs! - Lily_mybb_import12771 - 12-04-2013 :Laughing:is so easy RE: One of my first Java Programs! - Psycho_Coder - 12-04-2013 (12-04-2013, 08:59 AM)lily Wrote: :Laughing:is so easy Well it doesn't matters, what important is that one has to begin from somewhere and so someone must start from basics no matter. So, he started from basics and so your reply isn't good specially that :Laughing: smiley, if you are a good programmer then its good but replies like this are often demotivating. RE: One of my first Java Programs! - Psycho_Coder - 12-04-2013 (12-04-2013, 08:59 AM)lily Wrote: :Laughing:is so easy Well it doesn't matters, what important is that one has to begin from somewhere and so someone must start from basics no matter. So, he started from basics and so your reply isn't good specially that :Laughing: smiley, if you are a good programmer then its good but replies like this are often demotivating. RE: One of my first Java Programs! - One_ - 12-25-2013 (12-04-2013, 08:59 AM)lily Wrote: :Laughing:is so easy At some point sir, you were also starting off. Compared to what some people know on here, I'm sure what you know is 'easy' to them, yet I don't see them posting anything like this? :Ambivalent: |