Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~924 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

2 Posted Topics

Member Avatar for nomin-ginger

Just an example: [CODE] String string = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"; int stringPart = 5; int arraySize = string.length() / 5; if (string.length() > stringPart * arraySize) { arraySize += 1; } String[] stringArray = new String[arraySize]; for (int iterator = 0; (iterator * stringPart) < string.length(); iterator++) { int start = iterator …

Member Avatar for sathya88
0
324
Member Avatar for JeroenvDijk

[I]Let's participate in writing. For my graduation project I had to do a literature study. I discussed the book "Clean Code", written by Rober C. Martin (a.k.a. "Uncle Bob"). I copy-pasted this and hope I didn't forget to adjust the formatting.[/I] [B]Motivation[/B] My literature study started when I inspected the …

Member Avatar for ddanbe
1
600

The End.