Login Register






One of my first Java Programs! filter_list
Author
Message
RE: One of my first Java Programs! #11
(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 Smilei did it the same way you've done it
with many system.out.println
but now thx to @Psycho_Coder i know that i could have done it in only one system.out.println

Yeah, real good that he explained it for me Wink


RE: One of my first Java Programs! #12
(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 Smilei did it the same way you've done it
with many system.out.println
but now thx to @Psycho_Coder i know that i could have done it in only one system.out.println

Yeah, real good that he explained it for me Wink


RE: One of my first Java Programs! #13
(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 Smilei did it the same way you've done it
with many system.out.println
but now thx to @Psycho_Coder i know that i could have done it in only one system.out.println

Yeah, real good that he explained it for me Wink


RE: One of my first Java Programs! #14
Code:
class Helloworld { public static void main(String[]args){ System.out.println("Hello World"); } }
Well, this is my first program in Java, I copied it from the manual lol
Almost this is my first in every programming language I has encountered lololol


RE: One of my first Java Programs! #15
Code:
class Helloworld { public static void main(String[]args){ System.out.println("Hello World"); } }
Well, this is my first program in Java, I copied it from the manual lol
Almost this is my first in every programming language I has encountered lololol


RE: One of my first Java Programs! #16
:Laughing:is so easy


RE: One of my first Java Programs! #17
:Laughing:is so easy


RE: One of my first Java Programs! #18
(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.
[Image: OilyCostlyEwe.gif]


RE: One of my first Java Programs! #19
(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.
[Image: OilyCostlyEwe.gif]


RE: One of my first Java Programs! #20
(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: