0
Help me again(solved)
David and Alex have aquariums. There are 8 rainbow fish swimming in David's aquarium, and 11 scalars are swimming in Alex's aquarium. Help them exchange their fish. Modify the code to change the values of the aquariumDavid and aquariumAlex variables. https://code.sololearn.com/ctS7Og1eA78P/?ref=app What the hell ive done wrong Req inp 11 8 Req out 11 8
2 ответов
+ 4
You need to check the space size between colon (:)and quotes (")
cout << "David's aquarium: " << aquariumDavid << endl;
cout << "Alex's aquarium: " << aquariumAlex;
+ 1
Ty)