Sort:  

Interesting Good Luck

Well I’m going to have to learn. Interesting to know. Thank you.

You are welcome.

Good work. It is very helpful.
Also visit the following link
https://steemit.com/music/@dhitalajay/passage-the-power-of-music


Really enjoyed seeing this. However, if i may contrubute to this...Nice lecture from the brain-box @branx

How about you use code block for your line of codes in order to make the codes more readable. To use it, just enclose your code in this (~~~ codes here ~~~)
Let me make a sample...

import javax.swing.JOptionPane;

public class Hello {
public static void main (String []args) {
    JOptionPane.showMessageDialog (null,  "hello steemit");

  }
}

This is just a simple Java program, the point here is how the code shows to the readers.

I believe this makes this lines of code more readable and Utopian-io moderator wouldn't reject your post for this reason.

Thanks for the suggestion @teekingtv.