Answer the question
In order to leave comments, you need to log in
Why does an error pop up when declaring an array?
#include "pch.h"
#include <iostream>
using namespace std;
int main()
{
int count;
cout << "Enter the amount of numbers \n";
cin >> count;
int arrayNumber[count]; // ошибка здесь
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question