Perulangan do...while

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