#include <stdio.h> int main() { int n; for (n = -4; n < -6; n++) printf("Hey..."); }
Nothing
Previous Question Next Question
Your comments will be displayed only after manual approval.