Dear Sir/Madam
I got this error when I upload my program on Arduino
C:\Program Files (x86)\Arduino/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10708 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard C:\Users\WT\AppData\Local\Temp\build5658114634013228155.tmp\sketch_mar03a.cpp -o C:\Users\WT\AppData\Local\Temp\build5658114634013228155.tmp\sketch_mar03a.cpp.o
sketch_mar03a.ino: In function 'void loop()':
sketch_mar03a.ino:13:26: error: expected ')' before '{' token
sketch_mar03a.ino:29:1: error: expected primary-expression before '}' token
sketch_mar03a.ino:29:1: error: expected ';' before '}' token
Error compiling.