```c# long duration; int distance; const int trigPin = 13; const int echoPin = 12; void setup() { - Arduino