This is a java program with a class called Sum1.
Explanation:
While loop is used to add 10 number.
import java.util.Scanner;
public class Sum 1
{
public static void main(String args[])
{
int number, count, sum = 0;
Scanner s = new Scanner(System.in);
System.out.print("Enter the number:");
number = s.nextInt();
while(number > 0)
{
count = number % 10;
sum = sum + n;
number = number / 10;
}
System.out.println("Sum of Digits:"+sum);
}
}
Correct the data she entered , and the software will adjust the graph -apex
Answer:
Though the ENIAC patent was invalidated by the U.S. District Court in Minnesota, Eckert and Mauchly have nonetheless been credited by history with inventing the ENIAC, the world's first large-scale general purpose electronic computer
Explanation:
Answer:
Outsourcing
Explanation:
Outsourcing is a business practice to use third party companies outside business to complete task which were previously done by in-house teams.
Outsourcing is a good cost cutting technique while not compromising very much on the services provided by the business.
There are many pros and cons associated with this technique
Following are some pros
- Outsourcing some work increase the efficiency of in house team as they have less work load and they can better focus on their work
- Outsourcing work significantly cuts the cost with access to more skilled expertise.
- Outsourcing let's you better risk manage. As risk management is shared between both the companies.
Following are some cons
- Biggest con of outsourcing is loss of control.When you give your product to a third company to do it for you, you loss control of the product.
- With less involvement of the owning business innovation process may see slow growth in out sourced projects
I would say B would be the best answer choice out of the given choices