while lop

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { cout << "Hello World!"; return 0; }
#include <stdio.h> int main(void) { int i = 1; while (i <= 4) { printf("Hallo \n") ; i++; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines