Search:

Type: Posts; User: choloboy

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,452

    Re: Manipulating array of arrays...

    but how do i make a loop to go through 2x2 portions of my array of array?
  2. Replies
    3
    Views
    1,452

    Manipulating array of arrays...

    I am trying to work with this a two dimensional array, that represents greyscale of an image... I want to pixelate the image by averaging 2x2 blocks and replacing each value by the average of the 2x2...
  3. Replies
    5
    Views
    1,449

    Re: Need help!!! Asap PLEASE!!!!

    help both :D
  4. Replies
    5
    Views
    1,449

    Need help!!! Asap PLEASE!!!!

    import java.util.Scanner;

    public class data {

    public static int setoriginal() { //prompt user to input 4 digit number
    int n = 0;
    int l = 0;

    do {
    ...
Results 1 to 4 of 4