Computer Science, asked by Athalia, 6 months ago

Name the type of website
net​

Answers

Answered by hafizurrahman965
3

Answer:

The domain name net is a generic top-level domain (gTLD) used in the Domain Name System of the Internet. The name is derived from the word network, indicating it was originally intended for organizations involved in networking technologies, such as Internet service providers and other infrastructure companies.

Explanation:

Hope it helpful ✌️✌️

Answered by Anonymous
3

Answer:

ap ka pas koi meet cod ha to send karo

Explanation:

#include <iostream>

using namespace std;

int main()

{

int exponent;

float base, result = 1;

cout << "Enter base and exponent respectively: ";

cin >> base >> exponent;

cout << base << "^" << exponent << " = ";

while (exponent != 0) {

result *= base;

--exponent;

}

cout << result;

return 0;

}

Similar questions