Answer:
Following are the program to this question:
#include <iostream>//defining header file
using namespace std;
void squareOfAsterisks(int x) //defining method squareOfAsterisks
{
int i,j; //defining integer variable
for(i=1;i<=x;i++) //defining loop to print column value
{
for(j=1;j<=x;j++) //defining loop to print row value
{
cout<<"*"; //print value
}
cout<<endl; //for line break
}
}
int main() //defining main method
{
int x; //defining integer variable
cout<<"Enter any number: "; //print message
cin>>x; //input value from user
squareOfAsterisks(x); //calling the method and pass the value
return 0;
}
Output:
Enter any number: 4
****
****
****
****
Explanation:
The description of the above program can be given as follows:
- In the given program a method "squareOfAsterisks" is declared, that accepts an integer value "x" in its arguments, inside the method two integer variable I, j is used, that uses a to print the given pattern.
- In the main method, an integer variable x is declared, which takes input from the user end, and then calls the method, that is "squareOfAsterisks" and passes its value.
The answer & explanation for this question is given in the attachment below.
Edit your profile, click preferences, and then there should be a drop down that has your level on it which you can change.
Answer:
3. System Software
Explanation:
An operating system is a special type of system software. It controls and co-ordinates overall of the computer.
Answer:
Explanation:
Step one
We must analyze all the possibilities like tools, search engines, and what kind of information we need.
Step two
We must administrate keywords, we can make a keywords research or hire a SEO expert.
Step three
We must study the first search and do notes about it, and get the first data.
Step forth
We can start with the entire research on the internet, we must visit several sites and levels surfing.