#include <stdio.h>int main(void) { int i,j; float a; i=20; j=6; a=i/j; printf("%3.1f",a);}
Standard input is empty
3.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!