☰
d2jsp
Rules
Help
Forum Gold FAQ
Live Streams
Photo Gallery
Hourly Raffle
Ladder Slasher
Log In
Register
Log In
Register
Account Recovery
Resend Validation Email
d2jsp Forums
>
Off-Topic
>
General Chat
>
User Blogs
> Programming Resources
1
2
Next
Add Reply
New Topic
Views: 257
Replies: 16
Track Topic
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#1
Oct 23 2017 10:57pm
http://mooc.fi/english.html
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#2
Oct 23 2017 11:01pm
https://www.reddit.com/r/gamedev/comments/78ahzz/learning_c_to_land_a_job_in_the_game_industry/
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#3
Oct 23 2017 11:12pm
linux guides
http://tldp.org/guides.html
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#4
Oct 24 2017 01:13am
Code
import java.util.Scanner;
public class ProgramName {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
This post was edited by Morphed on Oct 24 2017 01:13am
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#5
Oct 24 2017 01:14am
Reading an integer
Code
int number = Integer.parseInt(reader.nextLine());
This post was edited by Morphed on Oct 24 2017 01:14am
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#6
Oct 24 2017 02:18am
Code
int number = 99;
if ((number > 0 && number < 10) || number > 100 ) {
System.out.println("The number was in the range 1-9 or it was over 100");
} else {
System.out.println("The number was equal to or less than 0 or it was in the range 10-99");
}
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#7
Oct 24 2017 02:35am
Code
String text = reader.nextLine();
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#8
Oct 24 2017 03:18am
Code
while (true) {
System.out.println("I can program!");
}
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#9
Oct 26 2017 02:46am
https://www.reddit.com/r/Android/comments/38zfcj/good_online_courses_for_learning_android/
Morphed
Member
Posts: 11,849
Joined: Apr 21 2008
Gold
:
572.25
#10
Oct 27 2017 03:36pm
https://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read
Go Back To
User Blogs
Topic List
1
2
Next
Add Reply
New Topic
© 2003-2026 d2jsp
Contact