lab6 (3.в)

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