Computer Science, asked by anayafatimacheema136, 7 months ago

How many tokens are there in the following code?
/* print plural of cow, may be using the obsolete dual number construction*/
Switch (numberOfCows)
{
Case 1:
Puts(“cow”);
Break;
Case 2:
Puts(“cowen”);
Break;
Default:
Puts(“cows”);
Breaks;
}

Answers

Answered by usharoutela1984
0

Answer: flip

Explanation:

Similar questions