#include <stdio.h> int main(void) { double x,y,z; x=3.4; y=23.4; z=x/y*100; printf("%4.1f\%\n",z); return 0;}
Standard input is empty
14.5%
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!