Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~5K People Reached
About Me

Apple geek , Real Madrid Fan , Arsenal Fan , Nasser Fan , Abady Al Johar Biggest Fan , I'm Zine Dine Zidane biggest fan :)

Favorite Forums
Favorite Tags
Member Avatar for matrixcool

Hello, I have a file and this it how it looks like: 6 {a, b, c, d, e, f} 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 1 1 0 1 …

Member Avatar for zeroliken
0
2K
Member Avatar for matrixcool

Hello, I have a file and this how it looks like: 6 {a, b, c, d, e, f} 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 1 1 0 1 1 …

Member Avatar for matrixcool
0
244
Member Avatar for matrixcool

I'm stuck here ! I hava a txt file that contains only integers , I opened the file and read its contents into an array of characters. [CODE] li $v0, 13 # system call for open file la $a0, file # output file name li $a1, 0 # Open for …

Member Avatar for rubberman
0
3K
Member Avatar for matrixcool

Hi guys, I'm trying to write a recursive method that checks if the first elements of an array of integers are sorted in ascending order but it didn't work for me !! [CODE] public static Boolean isSorted(int [] a, int n){} [/CODE] I tried to copy elements from array a …

Member Avatar for JamesCherrill
0
185
Member Avatar for matrixcool

Hi, I'm trying to use the method: Code: [CODE]public static int[] copyOfRange(int[] original, int from, int to);[/CODE] to copy specified values to another array here is my code: [CODE]// I have an array a of integers but the error in this line int [] b = Arrays.copyOfRange(a,0,n);[/CODE] but it gave …

Member Avatar for Akill10
0
123