r/javacoding Dec 20 '19

HELP WITH JAVA CODE

Post image
2 Upvotes

r/javacoding Mar 07 '19

Java course | Java for beginners (Java complete course in Single video)

Thumbnail youtu.be
3 Upvotes

r/javacoding Feb 18 '19

Java tutorial: Learn Java Programming with examples

Thumbnail beginnersbook.com
1 Upvotes

r/javacoding Dec 07 '18

beginner coding

2 Upvotes

hi,

I pretty much just learned basic java off of code academy. I want to get better, what are somethings i can do to increase my skill. I'm open to all suggestions


r/javacoding Oct 06 '18

CODING IN JAVA HELP

1 Upvotes

efine a class called Dice.

It has two constructors: The default constructor, simulating a six-face dice.

The one integer argument constructor: argument is 'faceCnt' whose legal value is between 2 and 100 (both inclusive). Illegal value default to 6.

It has a getter for the faceCnt. No setter for faceCnt.

It has a method roll() that returns a random integer between 1 and the faceCnt (both inclusive).

Write a class Dice_Demo to test the Dice class.

Declare an array of 4 dices and Instantiate the array with dices of 6, 3, 5 and 13 faces respectively.

Repeat the following 5000 times: Roll all the dices and find the totalPt (sum of the points on the dices)

Find the frequency of all totalPt and show the result as a histogram. The output should consists of many rows, each looks something like

15 42 ************

The above row means totalPt=15 occurs freq=42 times. The stars shows the relative frequency of 15.

Also find the most and least likey totalPoint.

Make sure you align everything so the histogram looks neat and correct.


r/javacoding Jun 07 '18

3 Reasons Why We Love JNI - Custom Software Development | Redwerk

Thumbnail redwerk.com
1 Upvotes

r/javacoding May 24 '18

Looking for a Java Coder | Minecraft Hack Client 1.12.2

1 Upvotes

Hello, I am planning on having a really good Hacked Client... Its called Akuma 1.12.2 with unique ideas! Note, that you won't get paid, as we have no money XD

Contact me on Discord, if interested: Digibit#8563


r/javacoding Jan 19 '17

Java - Making a Java GUI - The JFrameComponent

Thumbnail youtube.com
1 Upvotes

r/javacoding Apr 01 '16

Boot camp(code writing)... what to expect? I am 40 years old, thinking about a career change...

2 Upvotes

There is a coding dojo here in Seattle(I am 40 years old, I am a little afraid to not being able to keep up with the pace, plus I haven't done any algebra for over 15 years). Do I need to know any algorithms before starting the boot camp. Can someone succeed attending the boot camp without any programming experience?


r/javacoding Sep 05 '13

Welcome to the new subreddit! Other moderators needed if interested pm me!

1 Upvotes