You created a pivotchart showing sales by quarter by sales rep. How do you remove a sales rep from the chart without deleting the data?.

Answers

Answer 1

To remove a sales rep from the PivotChart without deleting the data, you can follow the given steps:

1. Firstly, you need to open the PivotTable Field List by clicking anywhere inside the chart.

2. Now, on the right side of the window, you will see the PivotTable Fields.

3. In this list, uncheck the sales rep whose data you want to remove.

4. Finally, after unchecking, click on the OK button.

As a result, the sales rep will be removed from the PivotChart.

You can also use the filter option to remove a sales rep from the chart. To do so, follow the given steps:

1. Firstly, click anywhere on the chart and select the Analyze tab from the ribbon.

2. Now, in the filter section, select the sales rep that you want to remove.

3. After selecting, right-click on it and select the Hide option.

4. Finally, the sales rep will be removed from the PivotChart by using the filter option.200 words.

To know more about PivotChart visit:

https://brainly.com/question/28927428

#SPJ11


Related Questions

Playgrounds coding app conditionals decision tree code solution

Answers

By following these steps, you can create a simple decision tree using conditionals in the Playgrounds Coding app.


1. First, identify the problem or decision you want to address. For example, let's create a decision tree that determines the appropriate activity based on the weather.

2. Define the variables for the problem. In this case, we need a variable to represent the weather:
```
var weather: String = "sunny"
```

3. Use conditional statements (if, else if, and else) to create the decision tree. Start by checking the first condition:
```
if weather == "sunny" {
 // code to execute if the weather is sunny
}
```

4. Add more conditions using `else if` statements:
```
else if weather == "rainy" {
 // code to execute if the weather is rainy
}
```

5. If none of the conditions are met, use an `else` statement to provide a default action:
```
else {
 // code to execute if no conditions are met
}
```

6. Inside each conditional block, write the code to perform the appropriate activity. For example:
```
if weather == "sunny" {
 print("Go for a walk!")
} else if weather == "rainy" {
 print("Stay indoors and read a book.")
} else {
 print("Check the weather forecast and plan accordingly.")
}
```

7. Test your decision tree by changing the value of the `weather` variable and observing the output.

To Learn More About Coding

https://brainly.com/question/30130277

SPJ11

Use the following initializer list to create a list (this is also in your programming environment):

twainQuotes = ["I have never let my schooling interfere with my education.",
"Get your facts first, and then you can distort them as much as you please.",
"If you tell the truth, you don't have to remember anything.",
"The secret of getting ahead is getting started.",
"Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]
Print this list, then use functions to sort the quotes. Then, print the quotes again.

Next, insert the quote "Courage is resistance to fear, mastery of fear, not absence of fear." at the correct spot alphabetically, and print the quotes again. Finally, remove the first quote in the list, and print the quotes again.

Hint: Your code should print the list after each modification listed in the instructions.

Sample Run
['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', "Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]
["Age is an issue of mind over matter. If you don't mind, it doesn't matter. ", 'Get your facts first, and then you can distort them as much as you please.', 'I have never let my schooling interfere with my education.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.']
["Age is an issue of mind over matter. If you don't mind, it doesn't matter. ", 'Courage is resistance to fear, mastery of fear, not absence of fear.', 'Get your facts first, and then you can distort them as much as you please.', 'I have never let my schooling interfere with my education.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.']
['Courage is resistance to fear, mastery of fear, not absence of fear.', 'Get your facts first, and then you can distort them as much as you please.', 'I have never let my schooling interfere with my education.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.']

Answers

The list created from the initializer list is given below:

The List

['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth,you need not to remember anything.", 'Getting started propels progress forward in life', 'Age has no significance, for it is merely a trivial number if you don’t permit it mindspace']

['Age has no significance, for it is merely a trivial number if you don’t permit it mindspace', 'Get your facts first, and then you can distort them as much as you please.', 'I have never let my schooling interfere with my education.', 'If you tell the truth,you need not to remember anything.', 'True courage encompasses resistance and mastery of fear rather than its absence']

['Age has no significance, for it is merely a trivial number if you don’t permit it mindspace', 'True courage encompasses resistance and mastery of fear rather than its absence', 'Get your facts first, and then you can distort them as much as you please.', 'I have never let my schooling interfere with my education.', 'If you tell the truth,you need not to remember anything.', 'Getting started propels progress forward in life']

['True courage encompasses resistance and mastery of fear rather than its absence', 'Get your facts first, and then you can distort them as much as you please.', 'I have never let my schooling interfere with my education.', 'If you tell the truth,you need not to remember anything.', 'Getting started propels progress forward in life']

Read more about programs here:

https://brainly.com/question/26134656

#SPJ1

Which of the following keeps the current Model-View Matrix in a Tree Node Structure as the entity that was processed right before it? A Sibling Node A Child Node A Root Node A Null Node

Answers

The correct answer to the question is a Child Node. A Child Node keeps the current Model-View Matrix in a Tree Node Structure as the entity that was processed right before it.

This is because the Child Node is linked to its parent node and inherits its parent's matrix, which includes the Model-View Matrix.

By doing so, the current Model-View Matrix is preserved and can be used by any subsequent child nodes.

A Sibling Node, on the other hand, is linked to the same parent as the previous node but does not necessarily share the same matrix.

A Root Node is the top-level node in a Tree Node Structure and does not inherit any matrix from its parent.

Finally, a Null Node is a node that does not contain any data or matrix and does not have any children, making it irrelevant to this question.

Learn more about Model-View Matrix here:

brainly.com/question/15187476

#SPJ11

what is open source? any proprietary software licensed under exclusive legal right of the copyright holder. any software whose source code is made available free for any third party to review and modify. contains instructions written by a programmer specifying the actions to be performed by computer software. nonproprietary hardware and software based on publicly known standards that allow third parties to create add-on products to plug into or interoperate.

Answers

Answer:

I have no idea where the answers break, but this one is the right answer:

any software whose source code is made available free for any third party to review and modify.

Explanation:

Open source means the application's code is available for the public to see and use. Anyone can take the code, modifying it accordingly, and distribute it without infringing on the rights of the original developer as the application is open to anyone.

What is output if the user types in 8

Answers

Answer: 8

And if you hold shift while typing it, it gives *

what is the password for the root of the mysql server

Answers

Answer:

The default user for MySQL is root and by default, it has no password.

A robot as a barista or Not?

Answers

Answer:

robot barista

Explanation:

Yay so it doesn’t take 5 years for my coffee to be made

NEED HELP ASAPPP

what will this code output?

print(9//2)

Answers

Answer:

The output depends on the programming language;

'//' in many languages means comment (javascript, C, C++, etc.)

In that case, this would return an error.

If the programming language does not use '//' for comments (e.g., Python) this will output a boolean 1 because '//' is not an operator.

With Microsoft Office, you are able work with external content created in another Office program.
a) Discuss the various techniques to exchange objects from one program to another.
2. John Bond, Director of Operations at RAEMY Academy has given you the assignment of putting an Excel chart into a Word report that you are producing for the investors of your business.
a) If you want to use the chart in Excel but you want the chart's data to remain static in Word if it changes in Excel, what should you do to the chart? Explain your answer.
b) Mr. Bond has changed his mind and wants to ensure that the most current version of the chart appears in the destination file. What should you do to the chart? Support your decision and a one major benefit of having the current version of the chart readily available.

Answers

a) To exchange objects from one Microsoft Office program to another, there are several techniques available:

Copy and PasteEmbeddingLinking

What is the Office program?

You can take words,  pictures, tables, or graphs from one file and put them into another file. This way keeps the way things look the same, but they don't move together. If you change something in the original program, it won't automatically change in the other program.

Embedding is when you put something from one program into another program and they stay linked together. You can update the destination program by changing the source program and updating the embedded object yourself.

Learn more about Microsoft Office  from

https://brainly.com/question/28522751

#SPJ1

A copyright is registered, while a trademark is____

Answers

Answer: Approved

Explanation: Copyright is generated automatically upon the creation of original work, whereas a trademark is established through common use of a mark in the course of business.

level of lock granularity is the extent of a database resource include with each lock. true or false

Answers

The student's statement: "Level of lock granularity is the extent of a database resource include with each lock" is true because correctly defines the concept of level of lock granularity.

Lock granularity refers to the level of detail or extent to which database resources are included in each lock. Lock granularity can be at a low level (e.g., table row, page, or column), or it can be at a higher level (e.g., table or even database). In the context of databases, locks are utilized to guarantee that data remains consistent and free of anomalies.

Locks are used by a database management system (DBMS) to control concurrency, guarantee isolation, and promote reliability. As a result, lock granularity is a critical consideration when creating a database or optimizing performance.

Lock granularity at a low level (row, page, or column) can lead to increased lock contention and reduced concurrency. This is due to the fact that each lock covers a tiny section of the database, necessitating the acquisition of many locks to complete a transaction. However, high-level lock granularity (table or database) results in a lower level of concurrency, but it also reduces lock contention, which improves overall performance.

You can learn more about granularity at

https://brainly.com/question/30167807

#SPJ11

Which of the following ensures that data can be modified only by appropriate mechanisms? O A. integrity O B. confidentiality O C. redundancy O D. availability

Answers

Information integrity makes ensuring that only proper procedures may change the data.

Which of the following guarantees that people with permission may access data?

Data accessibility refers to the ability of authorized people to access data. It offers reassurance that authorized users will always be able to access your system and data.

Is the integrity of a data unit guaranteed by a variety of mechanisms?

Several techniques are used to ensure the integrity of a single data unit or stream of data units. Exchange of information with the aim of ensuring an entity's authenticity through authentication.

To know more about Information integrity visit:

https://brainly.com/question/30094382

#SPJ4

Example 1: Define a function that takes an argument. Call the function. Identify what code is the argument and what code is the parameter.




Example 2: Call your function from Example 1 three times with different kinds of arguments: a value, a variable, and an expression. Identify which kind of argument is which.




Example 3: Create a function with a local variable. Show what happens when you try to use that variable outside the function. Explain the results.




Example 4: Create a function that takes an argument. Give the function parameter a unique name. Show what happens when you try to use that parameter name outside the function. Explain the results.




Example 5: Show what happens when a variable defined outside a function has the same name as a local variable inside a function. Explain what happens to the value of each variable as the program runs

Answers

Answer:

Example 1:

def my_function(parameter):

   # code block

   print(parameter)

my_function(argument)

Example 2:

# calling my_function with a value as the argument

my_function(10)

# calling my_function with a variable as the argument

x = 20

my_function(x)

# calling my_function with an expression as the argument

my_function(2 * x)

Example 3:

def my_function():

   local_variable = 10

print(local_variable)

Example 4:

def my_function(unique_parameter_name):

   # code block

   print(unique_parameter_name)

print(unique_parameter_name)

Example 5:

x = 10

def my_function():

   x = 20

   print("Local variable x:", x)

my_function()

print("Global variable x:", x)

Explanation:

Example 1:

In this example, my_function is defined to take a single parameter, named parameter. When the function is called, argument is passed as the argument to the function.

Example 2:

In this example, my_function is called three times with different kinds of arguments. The first call passes a value (10) as the argument, the second call passes a variable (x) as the argument, and the third call passes an expression (2 * x) as the argument.

Example 3:

In this example, my_function defines a local variable named local_variable. If we try to use local_variable outside of the function (as in the print statement), we will get a NameError because local_variable is not defined in the global scope.

Example 4:

In this example, my_function takes a single parameter with the unique name unique_parameter_name. If we try to use unique_parameter_name outside of the function (as in the print statement), we will get a NameError because unique_parameter_name is not defined in the global scope.

Example 5:

In this example, a variable named x is defined outside of the function with a value of 10. Inside the function, a local variable with the same name (x) is defined with a value of 20. When the function is called, it prints the value of the local variable (20). After the function call, the value of the global variable (10) is printed. This is because the local variable inside the function only exists within the function's scope and does not affect the value of the global variable with the same name.

The functions and the explanation of what they do is shown:

The Functions

Example 1:

def my_function(parameter):

   # code

   pass

my_argument = 10

my_function(my_argument)

In this example, my_argument is the argument and parameter is the parameter of the my_function function.

Example 2:

my_function(5)    # value argument

my_variable = 10

my_function(my_variable)    # variable argument

my_function(2 + 3)    # expression argument

In the first call, 5 is a value argument. In the second call, my_variable is a variable argument. In the third call, 2 + 3 is an expression argument.

Example 3:

def my_function():

   my_variable = 10

   # code

my_function()

print(my_variable)

If you try to access my_variable outside of the function, a NameError will occur. The variable has a localized scope within the function and cannot be retrieved externally.

Example 4:

def my_function(parameter):

   # code

   pass

print(parameter)

Attempt at utilizing the parameter variable after exiting the function would lead to the occurrence of a NameError. The function's parameter is confined to its local scope and cannot be reached outside of it.

Example 5:

my_variable = 10

def my_function():

   my_variable = 5

   # code

my_function()

print(my_variable)

In this case, the value of my_variable defined outside the function remains unaffected by the local variable my_variable inside the function. The output would be 10, as the local variable inside the function does not modify the outer variable.

Read more about programs here:

https://brainly.com/question/26134656

#SPJ4

What is the output of this program?
numA = 2
numB = 3
if numA == 2 or numB == 2:
print("yes")
elif numA == 2 and numB == 3:
print("no")
Output:

Answers

Answer:

Output: yes

Explanation:

First if statement is satisfied, since numA==2, so yes is printed.

The elif statement is skipped altogether, since elif statements are only evaluated, when the statement above if false, which it is not.

) Perform error checking for the data point entries. If any of the following errors occurs, output the appropriate error message and prompt again for a valid data point. If entry has no comma Output: Error: No comma in string. (1 pt) If entry has more than one comma Output: Error: Too many commas in input. (1 pt) If entry after the comma is not an integer Output: Error: Comma not followed by an integer. (2 pts)

Answers

Answer:

In Python:

entry = input("Sentence: ")

while True:

   if entry.count(",") == 0:

       print("Error: No comma in string")

       entry = input("Sentence: ")

   elif entry.count(",") > 1:

       print("Error: Too many comma in input")

       entry = input("Sentence: ")

   else:

       ind = entry.index(',')+1

       if entry[ind].isnumeric() == False:

           print("Comma not followed by an integer")

           entry = input("Sentence: ")

       else:

           break

print("Valid Input")

Explanation:

This prompts the user for a sentence

entry = input("Sentence: ")

The following loop is repeated until the user enters a valid entry

while True:

This is executed if the number of commas is 0

   if entry.count(",") == 0:

       print("Error: No comma in string")

       entry = input("Sentence: ")

This is executed if the number of commas is more than 1

   elif entry.count(",") > 1:

       print("Error: Too many comma in input")

       entry = input("Sentence: ")

This is executed if the number of commas is 1

   else:

This calculates the next index after the comma

       ind = entry.index(',')+1

This checks if the character after the comma is a number

       if entry[ind].isnumeric() == False:

If it is not a number, the print statement is executed

           print("Comma not followed by an integer")

           entry = input("Sentence: ")

If otherwise, the loop is exited

       else:

           break

This prints valid input, when the user enters a valid string

print("Valid Input")

Note that: entry = input("Sentence: ") is used to get input

Which type of cryptography uses two mathematically linked keys, one key encrypting the data and the other decrypting the data?
Asymmetric
Encoding
Firewall
Symmetric

Answers

Answer:

Asymmetric.

Explanation:

Encryption is a form of cryptography and typically involves the process of converting or encoding informations in plaintext into a code, known as a ciphertext. Once, an information or data has been encrypted it can only be accessed and deciphered by an authorized user.

Some examples of encryption algorithms are 3DES, AES, RC4, RC5, and RSA.

There are two (2) main types of encryption techniques used in cryptography and these are;

I. Symmetric encryption.

II. Asymmetric encryption.

Asymmetric encryption is a type of cryptography which uses two mathematically linked keys, one key encrypting the data and the other decrypting the data. These two keys are generally referred to as a public key and a private key respectively.

This ultimately implies that, a pair of key (two keys) that are different in values is required or needed to make a computer system secured.

Which of these are credible sources? Check all that apply.
author name
author birthdate
facts
opinions
publication date

Answers

Answer:

a c and e

Explanation:

got it right on edge

The credible sources are the author's name, facts, and publication date. The correct options are a, c, and e.

What are credible sources?

Authors that are regarded in their fields of the study write credible sources. Authors who are responsible and reliable will mention their sources so that you may verify the accuracy and support for what they've written.

A trustworthy or dependable source is one that professionals in your topic matter would agree is appropriate for your needs. This can vary, so choose the source evaluation approach that best meets your needs. Remember that credibility is situational.

The other credible sources are:

Checking the facts.Sources for various reasons.Encyclopaedias and dictionaries.Academic books vs. books

Therefore, the correct options are a. author name, c, facts, and e, publication date.

To learn more about credible sources, refer to the link:

https://brainly.com/question/16530693

#SPJ3

hi! we are facing a problem in this matlab code: "index exceeds array bounds in line 50"
our code is trying to display a temperature at a given time which requires iteration in the code (inside the while loop) but we are always getting this error.
if someone can help as soon as possible i would greatly appreciate it
thank you
close all;
clear; clc;
T water 363;
T air 293;
h_ppc = 0.147; h cork 0.036;
h_pet 0.261; Al 0.1708;
A2 0.00344;
A3 0.195;
rho_ppc = 890;
rho_cork 160.5;
rho_pet 1420; V1 0.000427;
V2 0.0004875;
V3 0.0000172;
c_ppc 1881;
c_cork 1900;
c_pet 1140;
i = 2;
cst_1 = (-(h_ppc*A1)/(rho_ppc*V1*c_ppc)); cst_2 = ((h_cork*A2)/(rho_cork*V2*c_cork));
cst_3 = (-(h_pet*A3)/(rho_pet*V3*c_pet));
T_ppc (1) = ((T_water - T_air) *exp(cst_1)) + T_air; T_cork (1) = ((T_ppc (1) T_air) *exp(cst_2)) +
T air;
T_pet (1) = ((T_cork (1) T_air) *exp(cst_3)) +
T_air;
disp("Welcome to the ENG 443 Project: Matlab Coding" + newline + newline + "Prepared by: Toni & Tony" newline);
IntroText = [newline 'Input the time (in seconds)
at which you wish to see the temperature of the
water: newline]; prompt = ['Would you like to check another value? Type "Yes" or "No" without the parantheses' newline];
t = input (IntroText);

Answers

The errors are: In line T water 363, the name of the thing and how much there is should have an equal sign between them. The temperature of water should be 363 degrees. So one need to fix T air 293 too.

What is the matlab code

Other errors are: Your code does not have definitions for variables called A1, h_cork, A2, A3, c_cork, and T_air. Before you can use these variables in your math, you have to give them some values first.

Therefore, There is a mistake in a line of code that involves T_water and T_air. The mistake is that there should be a space before T_air. The correct term is T_air.

Learn more about temperature from

https://brainly.com/question/27944554

#SPJ4

PLEASE HELP!!!

Imagine that you are a manager at a game design studio. An important part of your role involves modeling proper workplace conduct for other employees. How would you exhibit ethical behavior and conduct related to interacting with others (such as maintaining privacy of sensitive content, respecting intellectual property, online and in-person customer service skills, and providing proper credit for ideas) in the workplace or in shared networks? What might some potential formal and informal consequences be for those that exhibit unethical or illegal behaviors in the workplace?

Answers

As the manager of a game design studio, it is essential to demonstrate ethical behavior and ideal conduct to your team, as the leader is able to influence and motivate through their own examples.

Importance of ethics in organizations

It is essential that organizational rules and policies are based on ethical principles, to create an organizational culture focused on the development and strengthening of interpersonal relationships.

In a game design studio where there are sensitive processes related to content privacy, intellectual property and customer service skills, ethics must be based on strict standards and aligned with cultural diversity, respect for copyrighted works and security of information.

Regarding non-compliance with ethics and legality, it is essential that the organization institute formal and informal measures to combat these behaviors, with a focus on open communication and cooperation to avoid such actions.

Therefore, it is essential to encourage employees to be innovative and contribute creative ideas to business development, motivating ethical behavior that improves the organization's internal and external environments.

Find out more information about organizational ethics here:

https://brainly.com/question/24606527

i want to do is speed test to do i go to for my computer

Answers

speedtest.net

Explanation:

aaaaads

Answer:

https://www.speedtest.net/about/knowledge/faq

Explanation:

set the default value property for the increase type field to cola

Answers

The "increase type" field in ".main" has the value "cola" set as the default.  it's crucial to check that the default setting is suitable for the majority of users and does not preclude other viable options.

In other words, if a user doesn't select any options for the "increase type" column, the system will automatically select "cola" as the default value. This may be helpful in scenarios where the majority of people favour a specific choice. By lowering the quantity of clicks necessary to finish a form, it streamlines the user experience. However, it's crucial to check that the default setting is suitable for the majority of users and does not preclude other viable options. If the user doesn't select another choice, the pre-selected default value for the "increase type" field in ".main" will now be "cola". This makes that the field is never left empty and saves the user from having to choose a value by hand each time.

learn more about field here:

https://brainly.com/question/12324569

#SPJ11

Which symbol should you use for entering a formula in a cell?
А.+
B.=
C. $
D.%
E#

Answers

Answer:

ITS + AND =

Explanation:

Answer:

Explanation: The equals operator is used in the Microsoft excel for the indication of formula in a cell .

Explanation:

A CSIRT model that is effective for large organizations and for organizations with major computing resources at distant locations is the ____. a. central CSIRT
b. coordinating team
c. organizational CSIRT
d. distributed CSIRT

Answers

The distributed CSIRT model is the most suitable option for large organizations with major computing resources at distant locations. A distributed CSIRT (Computer Security Incident Response Team) model is effective for large organizations and organizations with major computing resources at distant locations.

In this model, the CSIRT is divided into multiple teams or sub-teams that are geographically distributed across different locations. Each team is responsible for handling security incidents within their respective area of coverage. The distributed CSIRT model allows for faster response times and efficient management of incidents across multiple locations. It also enables organizations to leverage the expertise and resources available at each location, ensuring that incidents can be effectively addressed regardless of their origin.

On the other hand, the other options mentioned are as follows:

a. A central CSIRT refers to a single centralized team responsible for handling security incidents across the entire organization. It may not be as effective for large organizations with widespread computing resources.

b. A coordinating team typically works in conjunction with other teams, including a CSIRT, to coordinate incident response efforts. While it plays a role in incident response, it is not specifically designed for large organizations with major computing resources.

c. An organizational CSIRT is a general term that encompasses any CSIRT within an organization, whether it's centralized or distributed. It does not specifically refer to a model designed for large organizations with major computing resources at distant locations.

Learn more about CSIRT here:

https://brainly.com/question/32215850

#SPJ11

Ashley wrote this paragraph:

Gabe is a hardworking art student. He painted his family history on the fence in front of his home. First, he painted his great-grandfather, who had invented a new kind of long-lasting glue. Then, Gabe added his grandfather, dad, mother, and sisters to the mural. The purple and pink flowers that his mother liked are in the background.

Which would be the best concluding sentence?

A. However, Gabe also earns money loading groceries at the supermarket.
B. Finally, Gabe painted the tree that his dad had planted when they moved into the house.
C. In addition, Gabe does well in school.
D. On the other hand, Gabe forgot to include a painting of his favorite dog.

Answers

Answer:

B

Explanation:

The best concluding sentence is finally, Gabe painted the tree that his dad had planted when they moved into the house.

What does concluding sentences do?

The role of  concluding sentences do is known to entails the act of summarizing the given clues or points and also ending of any passage.

Note that The best concluding sentence is finally, Gabe painted the tree that his dad had planted when they moved into the house as it is one that can give the best summary of what the passage is about.

Learn more about concluding sentence from

https://brainly.com/question/5427622

#SPJ2

Select the correct answer.
Which of these factors can be created as a physical model?
OA
a next-generation car
OB.
software code
OC. website address
OD.
conversion of energy
O E knowledge of a product

Answers

A. a next generation car

Python


c = 1

sum = 0

while (c < 10):

c = c + 2

sum = sum + c




print (sum)

Answers

Since I cannot tell where the indents (spaces) in the code are, there are two possible answers.

If the "while" part of the code looks like this, with a space before both the second and third line:

while (c < 10):

   c = c + 2

   sum = sum + c

the answer is 35.

If the "while" part of the code looks like this, with space only before the second line:

while (c < 10):

   c = c + 2

sum = sum + c

the answer is 11.

4.3 Code Practice: Question 2 [Intructions shown]
Write a program that uses a while loop to calculate and print the multiples of 3 from 3 to 21. Your program should print each number on a separate line.

Expected Output
3
6
9
12
15
18
21

4.3 Code Practice: Question 2 [Intructions shown]Write a program that uses a while loop to calculate

Answers

Answer:

i = 3

while(i <= 21):

   if (i % 3 == 0):

      print(i)

      i += 3

Explanation:

The program prints all the multiples of three up to 21. The program ls written in python 3 thus :

n = 3

#this is the starting point of the number to be printed

while n <= 21 :

#using a while loop, we iterate up till 21 as we do not want the Values printed to be more than the maximum. Hence, the loop continues until N is greater than 21

print(n, '\n')

#displays the value of n, followed by a new line.

n+=3

#adds 3 to the value of n after each iteration.

A sample run of the program is attached.

Learn more :https://brainly.com/question/16102577

4.3 Code Practice: Question 2 [Intructions shown]Write a program that uses a while loop to calculate

Select the correct answer.

Susan is a programmer and uses the hexadecimal number system to represent instructions. Which letters of the alphabet do you think Susan uses to represent the numbers 10 to 15 in this number system?

A. A to F

B. A to H

C. A to M

D. A to J

Answers

Answer is  Hexadecimal  :     A.   A to F

You can't export data from Access to Word. True False

Answers

False. Exporting data from Access to Word is a relatively simple process that can be done in just a few steps. By doing so, you can create documents, reports, and other written materials that include data from your database.

You can export data from Access to Word.Access and Word are part of the Microsoft Office suite of productivity applications. Although they are separate applications, they can be used together to perform a variety of tasks. Access is a database management application that can be used to create, store, and manage data, while Word is a word processing application that can be used to create documents, reports, and other written materials.

While it is true that Access and Word are different applications, they can be used together to perform a variety of tasks. For example, you can export data from Access to Word to create a report or other document that includes information from your database. This process is known as a mail merge.In order to export data from Access to Word, you will need to follow these steps:Open the database that contains the data you want to export.Select the table or query that contains the data you want to export.

Click on the "External Data" tab in the ribbon.Select the "Word" option from the "Export" group.In the "Export - Word Document" dialog box, select the options you want for your export, such as the file name, file format, and data to include.Click "OK" to export the data from Access to Word.

To know more about export data visit :

https://brainly.com/question/14337731

#SPJ11

give another standard way of accomplishing the following code using a single function call. char*a = malloc(20 * sizeof(char));

Answers

The following code given below is using the standard way to accomplish the malloc function using a single function call.#include int main(){char* a = malloc(20 * sizeof(char));return 0;}

Now, if you want to accomplish the above code using a single function call, then you can use the calloc function instead of the malloc function. The standard way to accomplish the above code using a single function call is given below:#include int main(){char* a = calloc(20, sizeof(char));return 0;}The `calloc()` function is used to allocate memory for an array of elements in C. The elements are initialized to zero. When allocating dynamic memory for arrays, the `calloc()` function is more efficient than the `malloc()` function because it eliminates the need to initialize each array element to zero.

Know more about malloc function here:

https://brainly.com/question/32329802

#SPJ11

Other Questions
A company that makes hair care products at 6000 people try a new shampoo of the 6000 people 36 had a mild allergic reaction what percent of the people had a midlA company that makes hair care products at 6000 people try a new shampoo of the 6000 people 36 had a mild allergic reaction what percent of the people had a Mild allergic reaction jupiter explorers has $10,600 in sales. the profit margin is 5 percent. there are 5,600 shares of stock outstanding, with a price of $2.00 per share. what is the company's price-earnings ratio? multiple choice Ms.Hatcher bought a pencil decoration shown below for her bulletin board. If a= 11 in and b= 25in what is the area of this pencil Homeowners can request that PMI be removed once equity has grown to 22% of the ____ of a homeA. outstanding loanB. interest chargesC. current market valueD. resale value 8 squared plus 6 squared = c squared using Pythagorean theorem for right triangle Explain the four (4) important attributes that all professional software should have. M. Coronado Corporation has 17,000 shares of 9%, $100 par value, cumulative preferred stock outstanding at December 31, 2022. No dividends were declared in 2020 or 2021. If M. Coronado wants to pay $490,000 of dividends in 2022, what amount of dividends will common stockholders receive How do you think the United States wanted to be seen after the Monroe Doctrine was released? I need an answer to all three listed below! Ill mark brainliest to the best answer! :) Does Balko describe a larger conversation that he responds to with his argument? In other words, does Balko include a they say? Are almost everyone in Arabia rich? * Lol * ( ~ ~) True or False Convert the following IPv6 addresses into their full length: a. 1522:8765:21::/48 b. 1789:1011:0::/64 C. FE80::0202:B3FF:FE1E:8329/56d. :/128 e. 2002:6408:4408::/64 f. 2001.cdba::3257:9652 Configuring pfSense to Use SSH Key Pairs for System AccessAccess control is a critical component of information security.The terms Authentication, Authorization, and Accounting arecommonly used to HELP ASAP PLEASE thanks youu Fill in the blanks John fulfilled the role of a +______ as he ministered to God's people. A parabola has a vertex at (-6, 2) and opens down. Which of the following represents theequation of the axis of symmetry for this parabola? why does the force of air resistance affect the motion of a person traveling at high speed more than a person walking across the room? One day, the weather report shows that boston is experiencing a temperature of -27 degrees, while london is experiencing a temperature of 37 degrees. which city is colder? Convey which tool best serves the company's purposes and explainwhy it is Find the mass of a wire that lies along the semicircle x^2 + y^2 = 4, y 0 in the xy-plane, if the density is d(x,y) = 6 - x+y.