That IP address is either Internal, private or reserved
        
             
        
        
        
You just need a little bit of math to solve this. Add up the items and see which one would be equal to $55.00 or less. 
A = $59.90 so this is not the answer
B = $60.94 so this is not the answer
C = $55.99 so this is not the answer
D = $50.97 
D is the correct answer.
        
                    
             
        
        
        
Yes i would love to help the cause <span />
        
             
        
        
        
Answer:
Explanation:
#include <iostream>
using namespace std;
int main ()
{
    int responses[30],count[6];
    int score = 0;
    string resp = " ";
    for (int i = 0; i < 30; i++)
    {
     responses[i] = 0;
    }
    for (int i = 0; i < 6; i++)
    {
    	count[i,1]=0;
    	count[i,2]=0;
    	count[i,0]=0;
    }
    while ((resp != "Y") && (resp != "y"))
    {
    	for (int i = 0; i < 30; i++)
    	{
         while ((score > 5) || (score < 1))
            {
             cout << "Student " << (i+1)<< " please enter a value (1-5):";
             cin >> score;
         }
            responses[i] = score;
            if((score > 5)||(score<1))
            {
                if(score==1) count[1]++;        
                if(score==2) count[2]++;        
                if(score==3) count[3]++;        
                if(score==4) count[4]++;        
                if(score==5) count[5]++;        
            }
            score = 0;
    	}
    	cout<< "Response               Frequency              Percentage"<<endl;;
    	cout<< "    1                      "<<count[1]<<"               "<<(count[1]/30)<<"%"<<endl;
    	cout<< "    2                      "<<count[2]<<"               "<<(count[2]/30)<<"%"<<endl;
    	cout<< "    3                      "<<count[3]<<"               "<<(count[3]/30)<<"%"<<endl;
    	cout<< "    4                      "<<count[4]<<"               "<<(count[4]/30)<<"%"<<endl;
    	cout<< "    5                      "<<count[5]<<"               "<<(count[5]/30)<<"%"<<endl;
    	cout<< "Do you want to exit? Press Y to exit any other key to continue: ";
    	cin>> resp;
    }
    return 0;
}
 
        
             
        
        
        
The answer is The Internet.   It is a vast global network that is made up of many smaller interconnected networks. It connects to millions of computer units world wide, in which any computer can communicate with any other computer as long as they are both connected to the Internet. It also made access to information and communication easier.