lab6 (3.д)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int const N = 15; int array[N]; for (int i = 0; i < N; i++) { array[i] = rand() % 10; } for (int i = 0; i < N; i++) { cout << endl << array[i]; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines