Guest User

Untitled

a guest
Jul 11th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. void Shoe::SetSize (float Size) {
  2. if (Size>0 && Size<=15) {
  3. itsSize = Size;
  4. }
  5. else {
  6. cout<<"Error"<<endl;
  7. }
  8. }
Add Comment
Please, Sign In to add comment