mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2025-06-08 06:59:23 +03:00
added comment
This commit is contained in:
parent
8b517d136f
commit
61760443a5
@ -18,7 +18,7 @@ public class Laba2
|
|||||||
|
|
||||||
private static int[][] calculation(int[][] b, int a)
|
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++)
|
for (int i = 0; i < b.Length; i++)
|
||||||
{
|
{
|
||||||
c[i] = new int[b[i].Length];
|
c[i] = new int[b[i].Length];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user