0
#include<stdio.h>
#include<math.h>

int main(void)
{
    printf("%f", round((27 + 28 + 28)/3));
}

The roundoff is 28 but it is giving an output of 27. Please help

rktejesh
  • 70
  • 1
  • 9

0 Answers0