Answer:
K
Explanation:
For installations where the nonlinear load is huge, most consulting engineers will specify K-rated transformers.
Answer:
#include <iostream>
#include <string>
using namespace std;
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++)
{
if (tolower(str[i]) != tolower(str[length - 1 - i]))
return false;
}
return true;
}
int main()
{
string s[6] = {"madam", "abba", "22", "67876", "444244", "trymeuemyrt"};
int i;
for(i=0; i<6; i++)
{
//Testing function
if(isPalindrome(s[i]))
{
cout << "\n " << s[i] << " is a palindrome... \n";
}
else
{
cout << "\n " << s[i] << " is not a palindrome... \n";
}
}
return 0;
}
Answer:
62990.08 N/M
Explanation:
Circumferential stress, or hoop stress, a normal stress in the tangential (azimuth) direction. axial stress, a normal stress parallel to the axis of cylindrical symmetry. radial stress, a stress in directions coplanar with but perpendicular to the symmetry axis.
See attachment for the step by step solution of the given problem..
Answer:
Bluray
DVD
CD
Explanation:
Blu ray can hold 25gb per layer
Dvd can hold 4.7GB on a single layer
Cd can hold around 737 mb
Also, dvds can go up to 2 layers
Blu ray can go up to 4