Login
Discover
Waves
Decks
Plus
Login
Signup
Koert Zeilstra
@koertz
25
Followers
72
Following
5
Resource Credits
Available
Used
Location
The Netherlands
Website
http://www.zencode.nl
Created
August 8, 2017
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
koertz
steemit
2017-08-10 12:30
RE: Everything you must know before start using steemit
Parts of the text are incomprehensible to me, it looks like it is automatically translated.
$ 0.000
1
1
koertz
programming
2017-08-10 12:19
RE: How to reverse String using java - learn java
You can do it without the character array: class Reversestring { public static void main(String args[]) { String s="ravikumar"; for(int i=s.length()-1;i>=0;i--) { System.out.print(s.charAt(i));
$ 0.000
0
1