Cornaldo Problem

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int i = 2; while (i < 20) { cout << i << ' '; i += 2; } while (i >= 2) { cout << i << ' '; i -= 2; } }
Editor Settings
Theme
Key bindings
Full width
Lines