[Solved] C Programming Following Program Errors Find Many Q37191587
C++ programming
Following program has errors. Find as many as you can

4 Ao c 4) int main() float funny = 7, serious = 15; int one = 1, two 2, three = 30; funny serious *2; switch (funny) case one: cout << “That is funny. In” case twocout << “That is serious. n” case three: cout <<“That is seriously funny. In” default: cout<< funny <<endl; system(“pause”) return 0 Show transcribed image text 4 Ao c 4) int main() float funny = 7, serious = 15; int one = 1, two 2, three = 30; funny serious *2; switch (funny) case one: cout
Expert Answer
Answer to C++ programming Following program has errors. Find as many as you can … . . .
OR

