#include <stdio.h> int main(){ float angka; scanf("%f", &angka); printf("%.1f", angka); return 0;}
2.4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!