#include <stdio.h> int main() { float fl = 15.621212121212; printf("%f", fl); }
15.621212
Previous Question Next Question
Your comments will be displayed only after manual approval.