Answer:
The program to this question can be given as:
Program:
public class Main //define class.
{
public static void main(String[] as) //define main method.
{
int n=5; //define variable n and assign positive value.
int i,j; //define variable
for (i = 7; i>=1; i--) //outer loop.
{
for (j = 0; j< i; j++) //inner loop.
{
System.out.print("*"); //print asterisks.
}
System.out.println(); //line break.
}
}
}
Output:
*****
****
***
**
*
Explanation:
The description of the above code can be given as:
- In the above java programming code firstly we define a class that is "Main". In this class we define a main method in the main method we define a variables that is "n" in this variable we assign a positive value. The we define another integer variable that is i,j this variable is used in the loop.
- Then we define a loop. for prints asterisks values in reverse triangle, we nested looping concept. In nested looping, we use in loop in this loop we use the i and j variables that print the asterisks value.
Answer:
I think you have to ask you're teacher, not brainly because people on here can't answer this for you
The Chronic state of generalized anxiety disorder is an unrealistic and excessive worry about two or more life that last for at least six months.
<h3>What disorder is chronic worry?</h3>
Generalized Anxiety Disorder, GAD, is known to be a form of an anxiety disorder that is known by:
- chronic anxiety
- exaggerated worry
- tension and others.
Note that it is also called an excessive or unrealistic worry in regards to life circumstances that is said to occur for about at least six months.
Hence, The Chronic state of generalized anxiety disorder is an unrealistic and excessive worry about two or more life that last for at least six months.
Learn more about Generalized Anxiety Disorder from
brainly.com/question/22676443
#SPJ1
"A collection of computers that are linked together" is the Internet.
<u>Answer:</u> Option C
<u>Explanation:</u>
To connect to the Internet and other computer systems on the networks, a network interface cards (NIC) must be installed on the computer. A network cable connected to one end of the NIC and connected to a cable modem, DSL modems, switch or router can allow your computer to connect to the Internet and connect to other computers.
In the rest of all other networks, computers with Windows or Mac have easy access to an internet connectivity. You can even turn your computer into a wireless access points so you don't need a router to pair wireless devices.