Question.7
What is printed on the Serial monitor? ( after executing the following code )
void setup() { Serial.begin(115200); Serial.println((float)22 / 7, 4); } void loop() { }
Select Answer
3.1429
3.1428
3.142
3.143