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