Display a date MM/DD/YY
What will be an ideal response?
```
{
os << date.getMonth() << "/" << date.getDay() <<"/" << date.getYear();
return os;
}
```
Computer Science & Information Technology
You might also like to view...
To share a Word document with others, you can save it to ________, which is your associated cloud storage
A) OneDrive B) DropBox C) iCloud D) Google Drive
Computer Science & Information Technology
The file extensions .wav, .mp3, and .ogg are used for:
a. audio files b. video files c. Flash media files d. none of the above
Computer Science & Information Technology