Advertisement
Guest User

Untitled

a guest
May 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Class: Vehicle
  2.  
  3. Attributes:
  4. Color (string)
  5. Electric (boolean)
  6. Currentfuel (float)
  7. Totalfuel (integer)
  8. Bumperstickers (array)
  9.  
  10. Methods:
  11. Calculatepercentfull (Divide totalfuel by currentfuel)
  12. Refill (subtract currentfuel from totalfuel, and refills that amount)
  13. Addbumperstickers (add stickers to array)
  14. Electrictest (determines if vehicle is electric)
  15. changepaintcolor (changes color of car exterior)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement