1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Cloud [144]
3 years ago
8

What is sum after the following loop terminates? int sum = 0; int item = 0; do { item ; sum = item; if (sum > 4) break; } whi

le (item < 5);
Computers and Technology
2 answers:
irinina [24]3 years ago
8 0
Int sum = 0;
int item = 0;
do
{
    item;
    sum = item;
    if (sum > 4)
        break;
} while (item < 5);


You will generate a compile error, as having (item;) as a statement on its own is invalid.
seropon [69]3 years ago
8 0

Sorry i don’t know the answer

You might be interested in
A user is troubleshooting a mobile device app that is displaying errors and has contacted the app manufacturer’s technical suppo
dlinn [17]

Answer:

The answer is "The user uses the method for retrieval, which is dependent on the specific app or devices on the operating system".

Explanation:

For retrieving the requested information of the form, with the user device, he uses the retrieval method, which is based upon the specific application or system operating system.

  • In this, the user can resolve the mobile phone application but also show the errors which have been committed to the assistance team of the application manufacturer.
  • Its repair technician requires detailed system data on the way the software responds and also what triggers the mistakes.
4 0
3 years ago
Design a database to keep data about college students, their academic advisors, the clubs they belong to, the moderators of the
alekssr [168]

Answer:

Complete design is attached below.please have a look.

Explanation:

8 0
3 years ago
Read 2 more answers
Which careers have the highest minimum experience requirement?
DerKrebs [107]
Hey there,

Your question states: <span>Which careers have the highest minimum experience requirement?

I believe that your correct answer would be "</span>network administrator". Now the reason why this would be the answer is not just because I say that, it's because being a administrator does not need high experience requirement. It's a basic thing to do. This is why being a "network administrator" would be <span>the highest minimum experience requirement.
_____________________________________________________________

~Jurgen</span>
3 0
3 years ago
Read 2 more answers
Which of the following explains why computers can be used in account payable ?
Nikolay [14]

Answer:

Explanation:

Computer equipment is an active and our passive increase, this means that a company bought hardware, the company must pay for that equipment.

For example:

A college bought new hardware to update their computer lab, the account explanation would be.

                                                    Debit    Credit

computer equipment                  $1000

    account payable - company               $1000

5 0
3 years ago
After adjusting for inflation, the first personal computer would have cost __________ by today’s standards. A. $1,200 B. $2,100
zhannawk [14.2K]

Answer:

c. $10,200 is the correct answer

3 0
2 years ago
Read 2 more answers
Other questions:
  • Which statement best describes antivirus software
    12·2 answers
  • Americans overwhelmingly support organ and tissue donation.
    5·1 answer
  • A series of inventions led to the creation of the electronic digital computer shortly after this war..
    12·1 answer
  • Why is it important to verify a customer complaint?
    6·1 answer
  • A 30V battery maintains a current through a 10 Ω Resistor. What is the current flow through the resistor?
    6·1 answer
  • Give four characteristics of hard disk​
    8·1 answer
  • Write an if statement that prints the message ""The number is not valid"" if the variable distance is outside the range 100 thr
    8·1 answer
  • Your wireless network consists of multiple 802.11n access points that are configured as follows: SSID (hidden): CorpNet Security
    8·1 answer
  • Rewrite the following condition to avoid a possible arithmetic exception:
    9·1 answer
  • What is the value of: 1 + int(3.5) / 2?<br> Select one:<br> a. 2<br> b. 2.25<br> C. 2.5<br> d. 3
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!