Problem Statement - 01C
Observe the following C++ code very carefully and rewrite it after removing any/all syntactical errors with each correction underlined.
Note: Assume all required header files are already being included in the program.
#Define float Max=70.0; void main() { int Speed char Stop='N'; cin>>Speed; if Speed>Max Stop='Y'; cout<<Stop<<end; }
Solution
CSKC| Created: 4-Jan-2019 | Updated: 5-Jan-2019|CBSE12D-2015