mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2026-04-05 14:21:50 +03:00
added comment
This commit is contained in:
@@ -18,7 +18,7 @@ public class Laba2
|
||||
|
||||
private static int[][] calculation(int[][] b, int a)
|
||||
{
|
||||
int[][]c = new int[b.Length][b[0].Length];
|
||||
int[][]c = new int[b.Length][b[0].Length]; //недопустимий специфікатор рангу: вимагається "," або "]";
|
||||
for (int i = 0; i < b.Length; i++)
|
||||
{
|
||||
c[i] = new int[b[i].Length];
|
||||
|
||||
Reference in New Issue
Block a user