lab6_6

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { const int n = 20 ; int a[20]; int x = 0 ; for (int i = 20 ; i >= 1 ; i--){ a[x] = i ; cout << a[x] << endl ; x++; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines