Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

While loop does not print the second line. I am working with Arduino Esplora. La

ID: 3676801 • Letter: W

Question

While loop does not print the second line.

I am working with Arduino Esplora.

Lab 6 Function Prototype / int ms (int t) ouble disFall (int endTime, int startTime) ouble mag (double ax, double ay, double az) int close to (double tolerance, double point, double value) int main t int t, bl, b2, b3, b4, b5, s, endTime, initTime int i = 0; int startTime 0; ouble ax, ay, az: char dot - char exMark = '.'; int progress 0; while (TRUE) scanf ("%d, %d%d , %d , %d, %d, %d, %d, initTime0 while (close to (0.1,1,mag (ax, ay, az))1) %d, %d" , &t;, &ax; , &ay;, &az;, &b1; , &b2; , &b3; , &b4;, &b5; , &s; ) ; initTime = t ; while (i

Explanation / Answer

Please try removing the apostrophy( ' ) from the 2nd printf statement. ie, replace it like this: printf("Im waiting") ;