Answer:
index.html:
<!DOCTYPE html>
<html>
  <head>
    <title>Brainly</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
  </head>
  <body>    
    <table id="myTable">
      <caption>Duty Roster for last two days</caption>
      <tr><th>Day</th><th>Morning</th><th>Afternoon</th></tr>
      <tr><td>Monday</td><td colspan="2">John</td></tr>
      <tr><td>Tuesday</td><td rowspan="2">Tom</td><td>Peter</td></tr>
      <tr><td>Wednesday</td><td>simon</td></tr>
    </table>
  </body>
</html>
<u>style.css:</u>
#myTable {
  background-color: Cyan;
  border-collapse: collapse;  
  height: 200px;
  width: 500px;
  font-size: 20px;
}
#myTable td,th {
  border: 2px black solid;
  text-align: center;
}
#myTable td:first-child, th {
  background-color: lightgray;
  font-weight: bold;
}
 
        
             
        
        
        
Answer:
#include <iostream>
#include <cstring>
using namespace std;
void replacePeriod(char* phrase) {
int i = 0;
while(*(phrase + i) != '\0')
{
if(*(phrase + i) == '.')
*(phrase + i) = '!';
i++;
}
}
int main() {
const int STRING_SIZE = 50;
char sentence[STRING_SIZE];
strcpy(sentence, "Hello. I'm Miley. Nice to meet you.");
replacePeriod(sentence);
cout << "Updated sentence: " << endl;
cout << sentence << endl;
return 0;
}
Explanation:
- Create a function called replacePeriod that takes a pointer of type char as a parameter.
- Loop through the end of phrase, check if phrase has a period and then replace it with a sign of exclamation.
- Inside the main function, define the sentence and pass it as an argument to the replacePeriod function.
- Finally display the updated sentence.
 
        
             
        
        
        
If you install the IPAM  server feature you will be prompted to install the other features are:
- Option c. Group Policy Management
- Option d. Windows Internal Database
<h3> Which server should a person install the IPAM server feature?</h3>
IPAM Server is known to be one that need to be installed on a kind of server known as the domain member computer running Windows Server.
One can also install it its later operating system. The IPAM server is said to be made as a single purpose server and it is one that need not be installed with other form of network infrastructure roles e.g.  DNS.
Hence, If you install the IPAM  server feature you will be prompted to install the other features are:
- Option c. Group Policy Management
- Option d. Windows Internal Database
Learn more about server  from
brainly.com/question/15243924
#SPJ1
See full question below
When you install the IPAM Server feature you will be prompted to install which other features? (Choose all that apply.)
a. Control Flow Guard
b. Scale Out File Server
c. Group Policy Management
d. Windows Internal Database
c. Group Policy Management
d. Windows Internal Database
 
        
             
        
        
        
Answer:
 data-driven decision
Explanation:
While 91% of companies say that data-driven decision-making is important to the growth of their business, only 57% of companies said that they base their business decisions on their data. Data-driven decision-making is a great way to gain a competitive advantage, increase profits and reduce costs!
 
        
             
        
        
        
they group them into 16 career clusters