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
elena-14-01-66 [18.8K]
4 years ago
6

Assume that isIsosceles is a boolean variable, and that the variables isoCount,triangleCount, and polygonCount have all been ini

tialized. Write a statement that adds 1 to each of these count variables (isoCount,triangleCount, and polygonCount)if isIsosceles is true.
Computers and Technology
1 answer:
Inessa [10]4 years ago
6 0

Answer:

if( isIsosceles==true)

{

isoCount=isoCount+1;

triangleCount=triangleCount+1;

polygonCount=polygonCount+1;

}

Explanation:

According to question isIsosceles is a boolean variable so we check the condition of isIsosceles  variable  . if(isIsosceles==true) then it will executed the statement inside the if block  that means it  will increase the variable  isoCount,triangleCount, and polygonCount by 1  

i.e isoCount=isoCount+1;,

triangleCount=triangleCount+1;

polygonCount=polygonCount+1;

You might be interested in
The original commercial version of Ethernet supported 10 Mbps bandwidth; the version introduced in the early 1990s supports 100
Elodia [21]

Answer: a) and c).

Explanation:

  • Ethernet is a Layer 2 and also Layer 1 Technology (this layer defines the technical details of cabling and connectors), so any upgrade to a newer, faster version (like 100G Ethernet) will be possible changing only the components operating at these layers, without changing anything in the higher layers like IP and TCP, for instance.
  • This is a direct consequence of the OSI layer model foundations, that say basically that each each layer is independent from the others, so the piece of software pertaining to one layer, only interacts with his layer peer in the destination machine.
  • So, any changes to the technology used in one of the layers, don't usually affect the operation of the other layers.
3 0
3 years ago
25% of 60 min<br> 20% of 60 min<br> 33%% of 60 min
Alexxx [7]
15
12
19.8 cool cool cool
7 0
2 years ago
You’ve received a tarball called data79.tar from a colleague, but you want to check the names of the files it contains before ex
Nina [5.8K]

Answer:

D. tar rvf data79.tar

4 0
3 years ago
When assigning a value to a string, which of the following rules needs to be followed?
Alecsey [184]

Answer:

Let's say you need to remember some information, the way moviegoers tried to remember the name of the movie. Instead of storing it in your human memory, you can store information in your computer's memory using Python. This is called assigning a string value to a variable.

To assign a string value to a variable in Python, follow this example. Select each part of the code to see how it works with the movie title example.

movieTitle = "Live. Die. Repeat."

This line of Python code is an example of an assignment statement. In an assignment statement, you tell Python, "This variable is assigned this string value."

Explanation:

4 0
3 years ago
Is anyone familiar in drawing flow charts for c++ programming
Elina [12.6K]
Yes, but I use Unreal Engine

3 0
3 years ago
Other questions:
  • Rebecca completed work on a computer and is verifying the functionality of the system when she finds a new problem. This problem
    13·1 answer
  • ​​most code division multiple access (cdma) networks conform to ____________ , created by the telecommunications industry associ
    10·1 answer
  • What is displayed in the alert dialog box after the following code is executed? var items = 3; for (var i = 1; i &lt;= items; i+
    8·1 answer
  • Keep the base of your _________ on the mouse pad or desk?
    12·2 answers
  • How do you take apart a I pad and put it back together and it still works
    5·1 answer
  • What are 6 steps to take to figure out what's wrong with your computer?
    5·1 answer
  • Create a cell reference in a formula by typing in the cell name or
    7·2 answers
  • One benefit of open source software is that it
    9·1 answer
  • Based on the strength of the magnetic fields they produce, arrange the solenoids from strongest to weakest
    15·1 answer
  • // This pseudocode segment is intended to compute the number
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!