Answer:
In cell A3 we type
=Right(A2,5)
Explanation:
The Right function in the Microsoft excel is placing the character or the string into the right position .Following are the syntax to using the right function in the excel sheet
=Right(cell name,num _of_character )
- cell name-In this we have to specify the cell name
- num_of_character -In this we have to specify the number of character we want the right of the cell name .
From the given question We have putting the string in the cell A2 and we have used the function in the cell A3 i.e
=Right(A2,5)
Language: JavaScript
Answer:
let num = [10,20,30];
average(num);
function average(num) {
let sum = 0;
for(let i in num) {
sum += num[i];
}
return console.log(sum/num.length);
}
Answer:
Explanation:
ICT simply refers to Information technology and it is the digital technologies used in various sectors to help economic agents make use of information.
The importance of ICT include:
1. Communication: ICT is vital for communicating in organizations as information are spread faster and employees have quicker access to information.
2. Marketing and Sales: ICT is vital for the marketing of products as products can be advertised on social medias etc.
3. Efficiency and effectiveness: There's efficiency and effectiveness on the part of the organization as the needs of the customers are attended to quickly.
4. Improvement in management decision: ICT is also vital in the enhancement of management decisions.
5. It is also vital is the storage of vital data's in the organization.