Question: Question 2 8 What would you see in the serial monitor? void setup ( ) { Sexial.begin ( 9 6 0 0 ) ; }

Question 28
What would you see in the serial monitor?
void setup(){
Sexial.begin(9600);
}
void loop(){
int i =2;
int j =3;
int k;
k = myFunction(i, j);.
Serial.print(k);
delay(500);
}
int myFunction(int x, int y){
int result;
result = y - x;
return result;
J
66666666
9600
111111111
kkkkkkkkkkkkkkk
55555555555
Question 2 8 What would you see in the serial

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!