I need to write the program that outputs the median of 3 numbers using a,b,c unfortunately i have an error there that says:"java:21: error: 'else' without 'if'
else
^
1 error"
My code:...