fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. float a=8;
  6. float b=5;
  7.  
  8.  
  9.  
  10. printf("Količnik je: %f ", a/b);
  11.  
  12.  
  13.  
  14. return 0;
  15. }
  16.  
Success #stdin #stdout 0s 5284KB
stdin
stdout
Količnik je: 1.600000