Made the comment more clear (#30524)
Added clarity to the given comment
This commit is contained in:
committed by
Christopher McCormack
parent
48313a48a6
commit
aec38c04d7
@ -68,7 +68,7 @@ int main() {
|
|||||||
case '/':
|
case '/':
|
||||||
printf("%.1lf / %.1lf = %.1lf",a, b, a/b);
|
printf("%.1lf / %.1lf = %.1lf",a, b, a/b);
|
||||||
break;
|
break;
|
||||||
// Operator is doesn't match any case constant (+, -, *, /)
|
// If the Operator doesn't match with any case constant (+, -, *, /)
|
||||||
default:
|
default:
|
||||||
printf("Error! operator is not correct");
|
printf("Error! operator is not correct");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user