Question: explain all the reasons why the following code does not compile int main() { string b= 10 float c= 7.5%2 cout < < c/b
explain all the reasons why the following code does not compile int main() { string b= 10 float c= 7.5%2 cout < < c/b < < endl return 0 }
Step by Step Solution
3.43 Rating (150 Votes )
There are 3 Steps involved in it
Based on the image provided there are several issues with the code that would prevent it from compil... View full answer
Get step-by-step solutions from verified subject matter experts
