Hey all,
I unplugged my external HDD last night.
This morning I turned on my computer, and plugged in my HDD. Windows starts telling me that my hard drive isn't formatted and I need to format it before I can use it.
Disk management...
Hey, I'm pretty sure I got a defective mobo, but run through this with me real quick.
I install my setup.
I flip the power switch.
Nothing happens, no fans, no BIOS, no display, no reaction.
I jump the psu, PSU fan starts up, so PSU...
Quote:Originally Posted by MistaBernie I'm probably wrong but I'm going to guess the fireworks display above was around Boston.
Completely right man. Did you see it too?
6/10. Interesting subject matter but composition is off and background is noisy. My advice would be to crop it to a portrait frame and add some lens blur to the background while desaturating it a bit to make the colorful attire...
I'm assuming a[0] is the 1ist row of a, etc, so a.length would be the number of rows and a[0].length would be the number of columns.
Code:
public static int[][] mult(int[][]a, int[][]b)
{
checkComplete(a);
...