. Can you tell me the 15 errors in the code you just created?
Answers
Answered by
1
Answer:
void main{)
{
Cout>>"Enter an integer";
Cin<<N;
Switch ( N%2)
(
Case 0- cout>>"Even":Break;
Case 1- cout<<"odd":Break;
)
)
the underlined ones are the errors
Similar questions