Question: When using the code below: What will be the output on the Serial Monitor? void setup (){ float a,b : int result; Serial.begin (9600), a=5.5;
When using the code below: What will be the output on the Serial Monitor? void setup ()\{ float a,b : int result; Serial.begin (9600), a=5.5; b=6.5; result=compute(a,b): Serial. printlin(result); 3 void loop() \{ float compute(float number 1 , float number2)\{ int comp; comp=number 1 " number 2 . return(comp): 3 30 45 40 35
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
