Answer:
c. prompt(text[,default Input])
Explanation:
In javaScript the prompt() method displays a dialog box which allows the user input text required by the program.
Answer:
In Client-Server Network, Centralized server is used to store the data.
Answer:
#include <iostream>
using namespace std;
int main()
{
float radius = 5.4;
float circumference = 2 * 3.14 * radius;
float area = 3.14 * radius * radius;
cout<<"the circumference of the circle is "<<circumference<<endl;
cout<<"the area of the circle is "<<area<<endl;
return 0;
}
Explanation:
Include the library iostream for using the input/output instructions.
create the main function and define the variable with value. Then,
use the formula to calculate the circumference and are of circle.


here, choose 
after that, display the result.
Note: All variable define in float type.
The growth rate of nominal GDP in the U.S between 2011 to 2012 is 4.7%
<h3>
Equation</h3>
An equation is an expression that shows the relationship between two or more variables and numbers.
From the question:
Growth rate = [(15.6 trillion - 14.9 trillion) / (14.9 trillion)] * 100% = 4.7%
The growth rate of nominal GDP in the U.S between 2011 to 2012 is 4.7%
Find out more on Equation at: brainly.com/question/2972832
I think it’s the second and the third one. Sorry if I’m wrong but that is what I would put.