Answer:
The answer is Presentation Software.
Explanation:
The application that best suits her purpose is a Presentation Software. Such as: powerpoint, google presentations, keynote, OpenOffice Impress, Media Shout, Harvard Graphics, Adobe Persuasion.
These are excellent tools for Daisy's purpose.
// making class
class Player {
// Data members
string name;
int score;
// Name setter
void setName(string str){
this.name = str;
}
// Score setter
void setScore(int num){
this.score = num;
}
// Score getter
int getScore(){
return score;
}
// Name getter
string getName(){
return name;
}
};
Answer:
Choose a content management system that supports accessibility.
Use headings correctly to organize the structure of your content.
Include proper alt text for images.
Give your links unique and descriptive names.
Use color with care.
Design your forms for accessibility.