8. Consider the following code and predict the output if the input given is: 13079
Scanner sc = new Scanner(System.in);
int sum = 0;
for (int i = 0; i <5; i++) {
System.out.print("Enter an integer: ");
sum = sum + sc.nextInt();
System.out.println("The sum is " + sum);
Answers
Answered by
1
Answer:
Difference Between Management and Administration. Simply put, management can be understood as the skill of getting the work done from others. ... Broadly speaking, management takes into account the directing and controlling functions of the organization, whereas administration is related to planning and organizing function ...
Similar questions