• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

help creating mutator

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the question is

PROVIDE A MUTATOR METHOD setRaceDate() to set the date of the meeting from suitable parameters

the date class is




and the MEETING CLASS WHICH I NEED TO ADD THE MUTATOR TO IS

import java.util.*;



IVE DONE THE BASICS JUST DONT KNOW HOW TO USE THE DATE CLASS
 
Sheriff
Posts: 67753
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"j Blue", please check your private messages for an important administrative matter. Again.
 
Kamran Khaen
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:"j Blue", please check your private messages for an important administrative matter. Again.



im sorry i changed it as soon as you said, dont know why it didnt go through
 
Kamran Khaen
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just figured it out, just making sure it compiled but is this the correct code

 
reply
    Bookmark Topic Watch Topic
  • New Topic