Computer Science, asked by gsamridhi211, 4 months ago

9)
Which statement is correct for the following lines?
Switch (temperatureInCelsius)
{
case < 35:
printf("hot day!");
default:
printf("not that hot day!");
a) It's perfectly
fine
b) It will print both statements
C) It will give a compilation error
d) More information required​

Answers

Answered by atufaimam2008
2

Answer:

d is the answer I think and can't tell you the right answer

Similar questions