greptilian logo

IRC log for #friendlyjava, 2017-09-12

##friendlyjava on freenode

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
03:01 mr_lou joined ##friendlyjava
05:06 df0_ joined ##friendlyjava
08:11 abba joined ##friendlyjava
10:33 mr_lou joined ##friendlyjava
13:02 Kadibbit joined ##friendlyjava
17:00 df0_ joined ##friendlyjava
17:30 elcmat joined ##friendlyjava
17:30 elcmat joined ##friendlyjava
18:06 venki541 joined ##friendlyjava
18:06 venki541 Hi
18:07 venki541 which is the simple book to learn Java?
18:07 venki541 @elcmat:Hi
18:08 venki541 @elcmat:Is this group helping fix java issues?
18:08 elcmat hi
18:08 elcmat what is the issue
18:10 venki541 @elcmit array bound out of exception
18:10 elcmat ok
18:10 venki541 @elcmit:what is array bound out of exception
18:12 elcmat are you trolling me ?
18:16 venki541 @elcmit i am a frehsher  just verifiy the problem.not trolling sorry for in convience
18:17 df0_ joined ##friendlyjava
18:18 elcmat show me your code
18:20 venki541 public class Main {    public static void main (String args[]) {       int array[] = {20,20,40};       int num1 = 15, num2 = 10;       int result = 10;       try {          result = num1/num2;          System.out.println("The result is" +result);          for(int i = 5; i >=0; i--) {             System.out.println("The value of array is" +array[i]);          }       } catch (ArrayIndexOutOfBoundsException e) {          System.out.
18:20 venki541 println("Array is out of Bounds"+e);       } catch (ArithmeticException e) {          System.out.println ("Can't divide by Zero"+e);       }    } }
18:20 venki541 @elcmat this is my code
18:20 elcmat your intializing i as 5
18:21 elcmat oh! boy
18:21 venki541 @elcmat thank you
18:23 venki541 left ##friendlyjava
18:38 elcmat good day everyone.
21:16 pulsar how about a pastebin link in the topic

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

##friendlyjava on freenode