fork download
  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5. double n1 = 4.5;
  6. double n2 = 6;
  7.  
  8. printf("%f", n1 + n2);
  9. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
10.500000