Answer:
see explaination
Explanation:
#include <iostream>
using namespace std;
class Dog {
int months;
public:
void SetAge(int mnths);
string GetStage() const;
//FIXME: Add declarations of member functions and fields
};
//FIXME: Add definitions of member functions
void Dog::SetAge(int mnths)
{
months = mnths;
}
string Dog::GetStage() const
{
if(months<9)
return string("Puppy");
else if(months<13)
return string("Adolescence");
else if(months<60)
return string("Adulthood");
else
return string("Senior");
}
int main() {
Dog buddy;
buddy.SetAge(14);
cout << buddy.GetStage();
return 0;
}
See attachment for screenshot and output.
Answer:
The word is "short"
Explanation:
when you add the two letters "er" to "short" it becomes the word "shorter"
I hope this helps.
Answer:
the binary for the first one is 1101
and the binary for the second one is 10100
Explanation:
Answer:
A. Wait until it is safe to pass the bicyclist with at least three feet of clearance.
Explanation:
This is one of the traffic safety precautions to follow when driving especially in most parts of the United States of America.
Traffic safety guidelines are a list of Rules and instructions usually available in manuals and online made available by the government to its driving population in order to maintain law and order and prevent accidentals on the road. When effectively followed this guidelines can help to reduce accidents by a high Margin.
Answer:
1.....There is a standard structure for emails. Email contents are primarily classified as two, the header and the body. We are going to see the contents come under the two subparts. The email header gives us common details about the message such as the unique identity of the message.
Explanation:
2......a program that searches for and identifies items in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the World Wide Web.
its components are ....
A search engine normally consists of four components e.g. search interface, crawler (also known as a spider or bot),indexer, and database.
3.....Advantages Of eLearning
It is a very efficient way of delivering courses online. Due to its convenience and flexibility, the resources are available from anywhere and at any time. Everyone, who are part time students or are working full time, can take advantage of web-based learning.
hope this will help you ..
please like and mark as brilliant.