Answer:
2.
Explanation:
working with other people can increase ones creativity
Answer:

In some cases, one con is that it can be hard to keep track of your identation when coding long lines or blocks. The pro is that you may need to learn, which is not a bad thing. Learning is good.
<span>There are nearly 4.2 billion people in the world who do not have internet access.</span>
Answer:
an instance variable is a variable that is within a class but it is outside of constructors, methods or blocks.
the instance variables for the class bankAccount can be accountNumber, account holder name and balance.
below are the types and names declared to hold the information.
private string accountHolderName;
private int accountNumber;
private double balance;
note:
accountHolderName is a string data type because names are in alphabets.
accountNumber is an integer since they are in numbers.
balance is a double data type because it is a floating point number.
Answer:
5. Input, Processing, and Output
Explanation:
Input, processing, and output are the three activities in an information system that produce the information an organisation needs.
<em>Input</em> captures or collects raw data from within the organisation or from its external environment.
<em>Processing</em> converts this raw input into a meaningful form.
<em>Output</em> transfers the processed information to the people who will use it or to the activities for which it will be used. Information systems also require feedback, which is output that is returned to appropriate members of the organisation to help them evaluate or correct the input stage.