Answer:
The code is given below
Explanation:
The correct syntax would be to place appropriate parenthesis.
(month==1?"jan":(month==2?"feb":(month==3?"mar":(month==4?"apr":(month==5?"may":(month==6?"jun":(month==7?"jul":(month==8?"aug":(month==9?"sep":(month==10?"oct":(month==11?"nov":"dec")))))))))));
Similarly, you can also use the following code:
String[] months = { "jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec" };
int month = 1;
String monthDescription = months[month - 1];
Answer: technolyy is a graphic igneger that allows itenas to go throught...
Answer:
Internet and communication technology
Answer:
Internal link
Explanation:
While creating a linked cell to other worksheet but it is within the same workbook so that it automatically get updates on other worksheets the data of sales if it is done on one worksheet as it has a linked between two worksheets
Here linked cell refers hyperlink which performs the function of linking between the two workbooks.
So this is an internal link created
A queue processes elements in a <u> fifo</u> manner.
<h3>What is the rule that each stack and queue are understood by?</h3>
The rule used for a queue is to permanently remove the item that has been in the collection the most amount of time.
This policy is known as first-in-first-out or FIFO. The rule used for a stack is to always remove the item that has been in the collection the least amount of time.
<h3>What is queue how it is distinct from stack and how is it implemented?</h3>
The primary difference between Stack and Queue Data Structures is that Stack pursues LIFO while Queue follows FIFO data structure type. LIFO guides to Last In First Out. It means that when we put data in a Pile, it processes the last entry first. Conversely, FIFO guides to First In First Out
To learn more about FIFO, refer
brainly.com/question/27952133
#SPJ4