Answer:
// here is code in C++.
#include <bits/stdc++.h>
using namespace std;
// function to compute sum and product
void square(int input)
{
// variable to store the square of number
long long squ_num;
calculate the square of number
squ_num=pow(input,2);
// print the output
cout<<"square of "<< input<<" is: "<<squ_num<<endl;
}
// driver function
int main()
{
int n;
// read the number until user enter 0
do{
cout<<"enter a number!! (0 to stop):";
// read the input from user
cin>>n;
// call the function to calculate square of input number
square(n);
}while(n!=0);
return 0;
}
Explanation:
Declare a variable "n" to read the input number from user.Call the function square() with parameter "n".In this function, it will calculate the square of the input number and print it.This will repeat until user enter 0 as input.Program will ends when user give 0 as input.
Output:
enter a number!! (0 to stop):5
square of 5 is: 25
enter a number!! (0 to stop):7
square of 7 is: 49
enter a number!! (0 to stop):11
square of 11 is: 121
enter a number!! (0 to stop):0
Answer: It is likely that this can happen.
Explanation:
If you really want to go the extra mile to clear it all, I may recommend that you clear it off the phone as well. Hope this helps.
A compiler is a series of programs that (usually) convert source code into machine language. There are also compilers that compile into byte code, Java for instance.
No compiler is responsible for executing a freshly compiled program. That would be done in an IDE (Integrated Development Environment).
What is the question?????
Answer:
component of a strong community is describe below
Explanation:
there are five element key of successful community are
Strategy , Content , Engagement, Visibility and Moderation
and these express as
-
Strategy : For a network to be effective, communities must create a process that aligns with the organization's vision, characteristics and goals. In addition, the network must have official group support. They need to understand the important job network plays in achieving periodic goals.
- Content : It is important that the substance benefits your group. This guarantees a quality encounter and returns to customers. Measure client fulfillment and restore content as needed by quoting email reviews for network personalities, screen watchwords and top queries.
- Engagement : Your group of people is a different standard of commitment. In this manner, it is important to create a domain that asks people to learn, answer, answer questions, connect with others, and tune in. Maintains commitment and supports continuous cooperation with gasification.
- Visibility : Think about your locale as another topic discusses something and entices your audience to show what excitement is. Chances are, no one will find your local. Fraud can be effective. Show the network interface on your site, blog and online life channels. Include connections in the footer of all company email correspondence. Use email alarms to tell people when a new lecture has begun. Or, on the other hand, send email bulletins that contain network activity.
- Moderation: Successful control involves your local people with significant commitments, wholehearted commitment and proper customer behavior. Greater control comes from organizing requests and building harmony between engaging your audience and engaging in conversation.