0
cout<<"enter details for car 1:;<< endl; car1.acceptdata(); cout<<"enter details for car 2:;<< endl; car2.acceptdata();
why is my code not running
3 Antworten
+ 6
Learn CPP first😑
+ 4
https://sololearn.com/compiler-playground/c2Ep5Aa3fyK9/?ref=app
Your code is not running because you're coding cpp without knowing cpp.
+ 1
I think a better question would be "why will my code run" because I doubt even you know what you're trying to do.