Question: class Uint{ private: string nb;{; int main(){ Uint b; b=3; cout <
class Uint{ private: string nb;{;
int main(){
Uint b;
b=3;
cout<<"Affectation ok"
}
// I need to do the b=3, but since I have a number as a string and the b=3 is a number. I can't figure it out. I can't change the main, or the string nb
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
