чёй та
void setup() { Serial.begin(115200); delay(2000); Serial.println((float)2/5*10); Serial.println(2*10/5); }