Answer:
Explanation:
I am attaching the table as an image with updated table containing required information for the following WAN technologies.
T1/DS1 => Digital Signal 1 (T-Carrier 1),
T3/DS3 => Digital Signal 3 (T-Carrier 3),
OC3 (SONET) => Optical Carrier 3 (Synchronous Optical Networking),
Frame Relay,
ATM => Asynchronous Transfer Mode,
MPLS => Multi-protocol Label Switching,
EPL => Ethernet Private Line.
Although you have mentioned most of the information yourself, there were some wrong data in it. So I have updated them with correct information in the attached table.
Answer:
See explaination
Explanation:
#include <iostream>
using namespace std;
class Circle{
// private member variable named radius
private:
double radius;
// get function for radius
public:
double getRadius(){
return radius;
}
// set function for radius
void setRadius(double rad){
radius=rad;
}
// returning area = 3.14159 * radius * radius
double getArea(){
return (3.14159 * radius * radius);
}
};
// Sample run
int main()
{
// Declaring object of Circle
Circle myCircle;
myCircle.setRadius(5);
// printing radius of circle
cout<<"Radius of circle is: "<<(myCircle.getRadius())<<endl;
// printing area of circle
cout<<"Area of circle is: "<<(myCircle.getArea())<<endl;
return 0;
}
Jim is the main antagonist while Edward is the main protagonist of the movie.
Answer:ffffffffffffgggggg
Explanation:vvvc