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.
Let's check what can be modified
Before calling def we need adjective and conjunctions stored inside variables
Store them(You may change according to your choice)


We have to make optional ,easy way ask the user to do instead of yourself .


If they click then we can proceed else no problem let the program run










Answer choice c is correct
Explanation:
When using programs such as Microsoft and other similar products, things have been made so easy, with so many features, that you can make your document look good and interesting. For the case of Nate, he wants to add a date placeholder to his template, and the best way to do this is simply to click on the INSERT tab on the ribbon.
Answer:
The given statement is "True".
Explanation:
Network resources stand for data formats, data, and resources that are accessible via a network that is linked by a group of computers. These services are also known as common resources. For working environments where teamwork is important for success that is necessary.
- The main purpose of network resources is to share resources between two connected computers, that are connected by wire or wireless medium.
- This resource is used to create, modify, and delete files and it also used to manage software.