#include<stdio.h>
#include<stdlib.h>
int main()
{
float y=150.5;
printf("%f%f%f",++y,++y,++y,++y);
}

Posted on by