• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Java sudoku for homework

Status
Not open for further replies.
Joined
Dec 2, 2009
Messages
3,352 (0.59/day)
System Name Dark Stealth
Processor Ryzen 5 5600x
Motherboard Gigabyte B450M Gaming rev 1.0
Cooling Snowman, arctic p12 x2 fans
Memory 16x2 DDR4 Corsair Dominator Pro
Video Card(s) 3080 10gb
Storage 2TB NVME PCIE 4.0 Crucial P3 Plus, 1TB Crucial MX500 SSD, 4TB WD RED HDD
Display(s) HP Omen 34c (34" monitor 3440x1440 165Hz VA panel)
Case Zalman S2
Power Supply Corsair 750TX
Mouse Logitech pro superlight, mx mouse s3, Razer Basiliskx with battery
Keyboard Custom mechanical keyboard tm680
Software Windows 11
Benchmark Scores 70-80 fps 3440x1440 on cyberpunk 2077 max settings
So i try to understand java language and all i have done so far is only this code:

package sudokugame;
public class Sudoku {
public static void Sudoku(){
}
Public Randomnumbers (int_random a[], int_random b[]);
Public int i[a];
}

for (int a = 1; a <= 9; ++a) {
int i [a]+= a+1;
}
for (int b = 1; b <= 9; ++b) {
int i [a]+= b+1;
return i;

int rows = a;
int columns = b;
int box = i[a/3][b/3];
}

I know i have done a lot of errors :S, but anyone can help me out here??? :respect::respect::respect:
 
Status
Not open for further replies.
Back
Top