#include <stdio.h> int main() { double L = 0; for (L = 0.0; L < 3.0; L++) printf("Hey...\n"); }
Hey...Hey...Hey...
Previous Question Next Question
Your comments will be displayed only after manual approval.