Author
arrays
nick danasi
Greenhorn
Joined: Dec 30, 2012
Posts: 15
posted Dec 30, 2012 13:24:36
0
can anyone suggest we about these and these are to be done with just using arrays and neither with objects or packages??
1)In the given two dimensional array, find out the position of number 66 and print.
Input - int[][] a2 = {{5, 8, 9, 4},{11, 55, 66, 88}};
Output - 55 digit found at row - and column -???
2)Create a char array and add name 'VENKATESH PILLAI'.
Find out how many times character 'A' is repeating in the name and Position of character 'A'.
Output -
Character 'A' repeating 2 times
Position of 'A' is
Position of 'A' is
its really urgent please!!! reply soon
Steve Luke
Bartender
Joined: Jan 28, 2003
Posts: 3026
posted Dec 30, 2012 13:56:45
0
This is a duplicate post. The other is found here: http://www.coderanch.com/t/601384/java/java/arrays
Please keep the conversation going in the other thread. I am closing this one.
Steve
subject: arrays