Q&A Discussões
can someone please explain why this code keeps telling me complication error instead of outputting the value of speed.
#include <iostream>
using namespace std;
class myClass {
public:
void setcarspeed (int a){
speed=a;
}
int getcarspeed(){
return speed;
}
private:
int speed;
};
int main() {
myClass obj;
obj.setcarspeed (40);
cout<<obj.getcarspeed ;
return 0;
}
2 Votos
3 RespostasQuente hoje
??
1 Votes
Hello guys,
1 Votes
Help me
1 Votes
Programming
0 Votes
Ошибка в приложении Sololearn
0 Votes
how do they use javascript
0 Votes