The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Jul 2017 |
| Last Sign in: | 305 Weeks Ago, 1 Day Ago |
| Questions Answered: | 15833 |
| Tutorials Posted: | 15827 |
MBA,PHD, Juris Doctor
Strayer,Devery,Harvard University
Mar-1995 - Mar-2002
Manager Planning
WalMart
Mar-2001 - Feb-2009
I have a question dealing with Java. Lets say there's a main square array and I want to get every possible 4x4 subarray from it. I've tried to think over this as a nested for loop, and this is what I've come up with. I've thought of the situation as one that depends on the starting point of the subarray as a function of the main array, I'm just having trouble translating it into java.
Â
for (int i = 0; i < mainArray.length - 4; i++)
{
for (int j = 0; j < mainArray.length - 4; j++)
{
// Create focal point for new subArray to revolve around, hence creating a new subArray at position [i][j] within the main array.
subArray[0][0] = mainArray[i][j];
// Fill out the rest of each subArray as a 4x4 matrix.
subArray[i][j] = mainArray[i][j];
}
}
Again, this isn't much; please, I don't want to hear how bad I am at coding, I already know; my professor tells me I suck every time I ask the dude for help. How can I make my logic more sound, and how can I translate it to java correctly?
----------- Â ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly