Answer:
A line of code to create a constant called MAX that will hold the size of an array that can store up to 25 decimal values. Separate each item with 1 space, and end the line with a semi-colon.
Here,
const int MAX = 25;
Answer:
b. Application software
Explanation:
Applications are type of software that are installed in a specific operating system of a computer that deviates from those system software installed together with the system itself. These third-party applications are necessary for other functions such as entertainment, business, leisure and other needs addressing of which the system software can't provide.
Examples:
Microsoft Office Word, Excel, Powerpoint
i think i did that right:)
Answer:
import java.util.*;
import java.lang.*;
import java.io.*;
class Codechef
{
public static void main (String[] args)
{
Stack<Integer> mat=new Stack<Integer>();
mat.add(1);
mat.add(3);
mat.add(6);
System.out.println(mat);
Object [] a=mat.toArray();
for(int i=0;i<a.length;i++)
System.out.println(a[i]);
}
}
Explanation:
An integer type stack st is created;
1,3 and 6 are added to the stack.
printing the contents of the stack.
array a is created form the stack using toArray().
Then printing the array.
Answer:
im pretty sure the answer is B Hope this helps :)
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