consider+the+following+batch+file+commands:+set+num1=7+set+num2=8+set+numresult=%num1%*%num2%+echo+""numresult""+what+is+the+output?

Answers

Answer 1

The output of this batch file command would be "numresult" instead of the calculated value of num1 multiplied by num2.

This is because the command is not properly formatted to perform the multiplication operation. Instead, it is treating "numresult" as a string of characters to be printed, rather than a variable to store the result of the multiplication.  To properly perform the multiplication operation, the command should be formatted as follows:
set /a numresult=num1*num2

This command uses the "/a" switch to indicate that the operation should be performed as an arithmetic calculation. The variables num1 and num2 are multiplied together and the result is stored in the variable numresult. The "echo" command can then be used to print the calculated value of numresult to the console.  Overall, it is important to carefully consider the syntax and formatting of batch file commands to ensure that they perform the intended operations. Simple mistakes or typos can result in unexpected or incorrect output.

Learn more about operations here: https://brainly.com/question/30415374

#SPJ11


Related Questions

A formula in cell D1 of this spreadsheet gives a result of 10. Which formula
was most likely entered in cell D1?

A. =A1*A3
B. =B2-B3
C. =C2+C3
D. =A2/C2

A formula in cell D1 of this spreadsheet gives a result of 10. Which formulawas most likely entered in

Answers

C.C2 + C3 because if we add 3+7 gives as 10 so your answer is C.

Answer: C. =C2+C3

Explanation:

A formula in cell D1 of this spreadsheet gives a result of 10. Which formulawas most likely entered in

T/F: all programs and data located in ram are divided into fixed-length pages or variable-length files.

Answers

False. Programs and data located in RAM are not necessarily divided into fixed-length pages or variable-length files. RAM (Random Access Memory) is a type of computer memory that is volatile, meaning it only holds data while the computer is powered on.

It is used by the computer to temporarily store and access the data and instructions that are currently being used by the computer's CPU (Central Processing Unit).
While it is true that some operating systems, such as Linux, use a paging system to manage memory allocation, this is not universally true for all programs and data. In fact, many programs and data can be stored in RAM without any specific organization or formatting. For example, when you open a document in a word processor, the program and data are loaded into RAM, but they are not necessarily divided into fixed-length pages or variable-length files.
In summary, the organization and formatting of programs and data in RAM depends on the specific program and how it is loaded into memory. It is not a universal requirement that all programs and data in RAM be organized into fixed-length pages or variable-length files.

Learn more about RAM here:

https://brainly.com/question/31089400

#SPJ11

Which of the following is the best way to determine the correct workplace for a new designer?

(A) Job fairs

(B) Interships

(C) College classes

(D) Graduate school

Answers

Answer:

b

Explanation:

The purpose of an operating system is to manage the flow of data between hardware components and allow the user to communicate with the computer. true false

Answers

The purpose of an operating system is to manage the flow of data between hardware components and allow the user to communicate with the computer is a true statement.

What is the purpose of operating systems?

The purpose of an operating system is known to be one that helps to give a background or a platform where any given system user can be able to work on as well as execute programs in an easier and efficient manner.

Note that  an operating system is seen as a piece of software that handles the sharing of computer hardware.

Therefore, The purpose of an operating system is to manage the flow of data between hardware components and allow the user to communicate with the computer is a true statement.

Learn more about operating system from

https://brainly.com/question/22811693

#SPJ1

Imagine you're planning a wedding, and you need to transport all your wedding guests from the ceremony to the reception. A bus can carry 40 passengers. Please write a program to input the names of the bride(s) and groom(s), and how many guests are coming to the wedding. Then output the names of the couple, followed by how many buses are needed, and the number of extra people you could carry with those buses (empty seats)

Answers

To begin with, let's start by writing a program that can take in the necessary inputs and perform the calculations we need.

First, we need to ask the user for the names of the bride and groom, and how many guests are attending. We can do this using the input() function in Python, like so:
bride = input("Enter the name(s) of the bride(s): ")
groom = input("Enter the name(s) of the groom(s): ")
guests = int(input("Enter the number of guests attending the wedding: "))Next, we need to calculate how many buses we will need to transport all the guests. Since each bus can carry 40 passengers, we can divide the total number of guests by 40 and round up to the nearest integer to get the number of buses required. We can do this using the math.ceil() function, like so:
import math
buses_needed = math.ceil(guests/40)Finally, we need to calculate how many extra people we can carry with those buses. To do this, we can subtract the total number of guests from the number of buses times 40. If the result is positive, that means we have some extra seats on the buses that we can fill with additional guests. If the result is negative, that means we don't have enough buses to transport everyone. We can do this using a simple calculation, like so:
extra_seats = (buses_needed * 40) - guestsNow that we have all the necessary information, we can output it to the user using the print() function, like so:
print("Wedding details:")
print("Bride(s): " + bride)
print("Groom(s): " + groom)
print("Number of guests: " + str(guests))
print("Number of buses needed: " + str(buses_needed))
print("Extra seats: " + str(extra_seats))And that's it! With this program, you can easily calculate how many buses you need to transport your wedding guests and how many extra people you can carry with those buses. Good luck with your wedding planning!

For such more questions on Python

https://brainly.com/question/28675211

#SPJ11

which of the following is a task usually performed by the firmware? (choose two.) a. perform a post. b. create an interrupt. c. store the operating system. d. begin the boot procedure.

Answers

According to the question a. Perform a POST and d. Begin the boot procedure.

What is POST ?

POST stands for "Post Office Protocol". It is an application layer protocol used to communicate between a web server and a client. It is used to send data from the client to the server in an encrypted format. POST is used by most web browsers and servers to send data in form submissions, search queries, and other requests. POST is more secure than GET because it does not send data in URL parameters, which can be seen by anyone. POST also allows for larger amounts of data to be sent than GET, which is limited to a certain amount of characters. POST is an essential part of the HTTP protocol, which is used to transfer data on the web.

To learn more about POST

https://brainly.com/question/30256882

#SPJ4

Which of the following Internet access methods involves connecting your phone to an Internet-ready laptop in order to gain access?
1.Mobile broadband
2.Wi-Fi hotspot
3.Tethering
4.Cybercafé

Answers

Answer:

C

Explanation:

Tethering is connecting a cellular phone to another device typically a laptop or tablet (in this case it would be a laptop).

Which UAS construction material is the lightest, easiest to shape, and easiest to repair?

a. plastic

b. titanium

c. foam

d. fiberglass

Answers

Answer: Plastic

Explanation:

It is light weight, easy to repair, malleable, and used for many easy to use products.

Answer:

Plastic

Explanation:

Andrew likes to purchase his school supplies online. What are two advantages of doing so?


A.
It is possible for his information to be accessed or stolen by a third party.

B.
All his personal information is sent digitally and does not change when transmitted.


C.
Because the information is sent digitally, there are an infinite number of different signals possible.

D.
Because the information is sent quickly, he can receive his order more quickly.

Answers

Answer:

bd

Explanation:

Answer:

The answer is B.All his personal information is sent digitally and does not change when transmitted. And D.Because the information is sent quickly, he can receive his order more quickly.

Explanation:

I took AP EX quiz.

When do we fail to reject the null? (compare p-value to alpha)

Answers

We fail to reject the null hypothesis when the p-value is greater than or equal to the level of significance (alpha). In other words, if the calculated p-value is greater than the threshold value of alpha that we have set, then we do not have enough evidence to reject the null hypothesis. This means that we cannot reject the possibility that the observed effect is due to chance or random variation.

Which panel is used to change the opacity of objects on a layer?

Answers

The panel that is used to change the opacity of objects on a layer is called the Layers panel. The Layers panel can be found in many graphics editing software, including Adobe Photoshop and Illustrator.


In the Layers panel, each layer is represented as a separate box or thumbnail. To change the opacity of an object on a layer, simply select the layer that contains the object and adjust the opacity slider located at the top of the Layers panel. This slider typically ranges from 0% (completely transparent) to 100% (completely opaque), allowing for a range of opacity levels to be set.
Alternatively, some graphics editing software may offer additional controls for changing the opacity of objects, such as a separate Opacity panel or a Transparency panel. These panels may offer more precise control over the transparency of an object, allowing for different levels of transparency to be applied to different areas of the object.
Overall, the Layers panel is an essential tool for managing the various elements in a design project and adjusting the opacity of objects on a layer can be easily done with this panel.

For more such question on thumbnail

https://brainly.com/question/6665379

#SPJ11

which is the best software program

Answers

Answer:

The question "which is the best software program" is quite broad, as the answer can depend on the context and what you're specifically looking for in a software program. Software can be developed for a myriad of purposes and tasks, including but not limited to:

- Word processing (e.g., Microsoft Word)

- Spreadsheet management (e.g., Microsoft Excel)

- Graphic design (e.g., Adobe Photoshop)

- Video editing (e.g., Adobe Premiere Pro)

- Programming (e.g., Visual Studio Code)

- 3D modeling and animation (e.g., Autodesk Maya)

- Database management (e.g., MySQL)

- Music production (e.g., Ableton Live)

The "best" software often depends on your specific needs, your budget, your experience level, and your personal preferences. Therefore, it would be helpful if you could provide more details about what kind of software you're interested in, and for what purpose you plan to use it.

is this statement True or False?
A computer processes data using only 1s and 0s
A. True
B. False

Answers

Answer:

A. True. Computers only process using 1s and 0s

Trueeeeeeeeee is the answer

When a person can present their own ideas without barreling over the other person and their ideas, they are exhibiting

Answers

Answer:

Assertiveness.

Explanation:

Assertiveness can be defined as a social skill and communication style in which an individual expresses his or her feelings, ideas, desires, opinions, needs or even their rights without being disrespectful to the other party.

Basically, an individual who communicates effectively without being aggressive and disrespectful is said to possess an assertive communication skills.

This ultimately implies that, this kind of individual can effectively combine his behavioral, cognitive and emotional traits while communicating with others.

Hence, when a person can present their own ideas without barreling over the other person and their ideas, they are exhibiting assertiveness.

Write a program that meets these requirements: - Prompt the user to enter a person's first name and last name (on the same line) Use the fgets function to read in the names and store them in a single string. The user may enter a name in FirstName LastName format. The user may also enter a name in LastName, FirstName format (note the comma). The entered name may be a mix of uppercase and lowercase characters. - Use string I/O functions and/or string library functions to extract the names stored in the original string and put them in two, separate strings (one holds first name, the other holds last name). - Hint: The existence of a comma in the original string determines the name format. - Hint: The sscanf function can be used to extract the names from the original string. - Print out your fully processed first and last names. - Print out the lengths of the first name string and the last name string. - Check if the entered first name is "Sarah". Display a message with your comparison result. - Create a new string that concatenates the first name string, the constant string "Viking", and the last name string. - Display the concatenated string. Note If you get stuck, try to move on to other parts of the requirements. You can always come back later to work on it. Feel free to discuss possible approaches and algorithms for this problem with other students in the lab. Sample Run: Greetings, my name is Sarah. Please enter your first and last name: joe smith Hello, joe smith. Your first name has 3 characters. Your last name has 5 characters. You and I have different first names. I will call you joe "Viking" smith from now on! Greetings, my name is Sarah. Please enter your first and last name: Johansson, Scarlett Hello, Scarlett Johansson. Your first name has 8 characters. Your last name has 9 characters. You and I have different first names. I will call you Scarlett "Viking" Johansson from now on! Greetings, my name is Sarah. Please enter your first and last name: Sarah Conner Hello, Sarah Conner. Your first name has 5 characters. Your last name has 6 characters. Hey, you and I have the same first name! I will call you Sarah "Viking" Conner from now on!

Answers

The program prompts the user to enter their first and last name, extracts the names using string manipulation functions, performs comparisons and concatenates the strings as required.

Certainly! Here's a program in C that meets the requirements you specified:

```c

#include <stdio.h>

#include <string.h>

int main() {

   char input[100];

   char firstName[50];

   char lastName[50];

   printf("Greetings, my name is Sarah. Please enter your first and last name: ");

   fgets(input, sizeof(input), stdin);

   input[strcspn(input, "\n")] = '\0'; // Remove the newline character from the input

   int commaIndex = strchr(input, ',') - input;

   if (commaIndex != -1) {

       // Format: LastName, FirstName

       sscanf(input, "%[^,], %[^\n]", lastName, firstName);

   } else {

       // Format: FirstName LastName

       sscanf(input, "%s %s", firstName, lastName);

   }

   printf("Hello, %s %s.\n", firstName, lastName);

   printf("Your first name has %zu characters.\n", strlen(firstName));

   printf("Your last name has %zu characters.\n", strlen(lastName));

   if (strcmp(firstName, "Sarah") == 0) {

       printf("Hey, you and I have the same first name!\n");

   } else {

       printf("You and I have different first names.\n");

   }

   char concatenated[150];

   sprintf(concatenated, "%s Viking %s", firstName, lastName);

   printf("I will call you %s from now on!\n", concatenated);

   return 0;

}

```

We can compile and run this program in a C compiler to see the desired output. It prompts the user to enter their first and last name, extracts the names using string manipulation functions, performs comparisons and concatenates the strings as required.

Learn more about Concatenates:https://brainly.com/question/29760565

#SPJ11

Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

Answers

Answer:

I am using normally using conditions it will suit for all programming language

Explanation:

if(minimum){

hours=10

}

HELP ASAP, AND YES I KNOW, WRONG CATEGORY. SORRY!
A rock band is a type of

ensemble
metronome
time signature
treble clef

Answers

Answer:

A. ensemble.

Explanation:

A musical ensemble can be defined as a group of people who play instrumental and vocal music. It is also known as a music group and carries a distinct name. The word ensemble is derived from the Middle French ensemblée, meaning together at the same time.

A rock band will come under the category of a musical ensemble as it is also a group of people performing instrumental music or vocal music.

Therefore, option A is correct.

which of the following information systems eliminates data duplication and carefully manages changes to duplicated data to maintain consistency?

Answers

The information system that eliminates data duplication and carefully manages changes to duplicated data to maintain consistency is a Database Management System

What is Database Management System?

A Database Management System DBMS is designed to efficaciously and securely save and control massive quantities of facts in a vital location, and it consists of gear for information modeling, statistics querying, records retrieval, and records backup and healing.

By putting off data duplication and thoroughly managing modifications to duplicated records, a DBMS allows ensure statistics consistency and accuracy, that's important for making informed commercial enterprise selections.

Learn more about data duplication at

https://brainly.com/question/31933468

#SPJ1

What type of reaction most likely occurs to form polymers when monomers contain carbon-carbon double or triple bonds?oxidation-reductioncondensationdehydrationaddition

Answers

When monomers contain carbon-carbon double or triple bonds, the most likely reaction to occur to form polymers is the addition reaction. This is because in an addition reaction, the monomers are added to each other in a way that allows the carbon-carbon double or triple bonds to break and form new single bonds.

This results in the formation of a polymer, which is a large molecule made up of repeating units of monomers.The addition reaction is also known as a polymerization reaction. In this type of reaction, the monomers are activated in the presence of a catalyst or heat, which allows them to undergo a reaction with each other. The result is the formation of a polymer chain that is made up of repeating units of monomers.

Polymers are widely used in many different applications, from plastics and synthetic fibers to adhesives and coatings. The properties of a polymer depend on the type of monomers used, as well as the conditions under which the polymerization reaction occurs. By controlling these factors, scientists can create polymers with a wide range of properties, such as strength, flexibility, and resistance to heat and chemicals.

In conclusion, when monomers contain carbon-carbon double or triple bonds, the most likely reaction to occur to form polymers is the addition reaction. This type of reaction allows the monomers to add to each other and form a polymer chain, which is a large molecule made up of repeating units of monomers. Polymers have many important applications and can be tailored to have a wide range of properties by controlling the conditions of the polymerization reaction.

Learn more about monomers here:

https://brainly.com/question/17956024

#SPJ11

field value maximum storage size is defined by the field size property for the data types including short text, number, and ____________________ only.

Answers

The field value maximum storage size is defined by the field size property for the data types including short text, number, and date/time only.

In many database management systems, fields have a defined data type that specifies the kind of data that can be stored in that field. In addition to the data type, fields may also have a field size property that specifies the maximum number of characters, digits, or bytes that can be stored in that field.

The Date/Time data type also has a field size property that can be used to set the maximum storage size for date and time values, but the field size value has a slightly different meaning than it does for Short Text and Number fields. For Date/Time fields, the field size property determines the precision of the value that can be stored, rather than the maximum storage size.

To learn more about field size property visit : https://brainly.com/question/30454520

#SPJ11

INDIVIDUAL ACTIVITY CREATE A POSTER/FLYER ASSUMING THAT YOU ARE COMING UP WITH A NEW ECOFRIENDLY PRODUCT AND DEFINE THE PRODUCT- 1. DEFINE THE PRODUCT'S FEATURE (NAME, CHARACTERISTICS...) 2. BENEFITS CONSUMERS WILL GET 3. ENVIRONMENT FRIENDLY CONCEPT 4. ANY OTHER INFO USE ONE PAGE TO CREATE THE POSTER AND THEN IN 250 WORDS (MIN) WRITE THE DESCRIPTION PART (ANY WORD DOC).

Answers

Introducing "EcoBloom," a revolutionary eco-friendly product designed to promote sustainable living. It offers numerous benefits to consumers while prioritizing environmental preservation. EcoBloom aims to revolutionize daily routines with its innovative features and commitment to sustainability.

EcoBloom is not just a product; it's a step towards a greener future. This eco-friendly solution is designed to meet the growing demand for sustainable alternatives in our daily lives. With its unique characteristics and eco-conscious concept, EcoBloom strives to make a positive impact on both consumers and the environment.Product's Features:

EcoBloom is an all-in-one household item that combines functionality with eco-friendliness. Its sleek design and versatility make it an essential addition to any home. The key features of EcoBloom include:

Multi-functional: EcoBloom serves multiple purposes, such as a water-saving showerhead, a composting bin, and a plant-growing system.

Resource efficiency: It optimizes water and energy consumption, reducing waste and environmental impact.

Durable and long-lasting: Made from sustainable materials, EcoBloom is built to withstand everyday use and contribute to a circular economy.

Smart technology integration: EcoBloom incorporates smart sensors and automation to maximize efficiency and convenience.

Benefits for Consumers:

By choosing EcoBloom, consumers can enjoy numerous benefits:

Cost savings: EcoBloom's water and energy-saving features result in reduced utility bills, helping consumers save money in the long run.

Health and well-being: The integrated plant-growing system promotes cleaner air quality and enhances the overall ambiance of the living space.

Convenience: With its multi-functional design, EcoBloom simplifies household routines and eliminates the need for separate products.

Sustainable lifestyle: By using EcoBloom, consumers actively contribute to a more sustainable future and reduce their ecological footprint.

Environmentally Friendly Concept:

EcoBloom embodies the principles of environmental sustainability by:

Conserving resources: Through its water-saving showerhead and composting bin, EcoBloom encourages responsible resource usage and waste reduction.

Supporting biodiversity: The plant-growing system promotes indoor greenery, contributing to improved air quality and fostering a connection with nature.

Promoting circular economy: By utilizing recycled and sustainable materials in its construction, EcoBloom minimizes waste and encourages recycling practices.

EcoBloom is a game-changer in the realm of eco-friendly products. Its innovative features, coupled with the numerous benefits it offers to consumers, make it a must-have for those striving for a greener lifestyle. By embracing EcoBloom, we can collectively create a more sustainable and harmonious world.

learn more about  environmental preservation. here:

https://brainly.com/question/32369922

#SPJ11

Before her shift as a cashier at the grocery store, Carla pulls her hair back into a ponytail and makes sure her fingernails are neatly trimmed. What habit does Carla demonstrate with these preparations?


motivation

punctuality

personal hygiene and grooming

interpersonal skills

Answers

Answer:

C.) Personal Hygiene and Grooming

Explanation:

The third one I think

Identify the data type of each variable as either int, float, string, list, or boolean.

Identify the data type of each variable as either int, float, string, list, or boolean.

Answers

Data type of each variable is:

i-int

j-string

k-string

m-boolean

n-list

p-float

q-integer

r- boolean

s-int

t- string

u-string

v- float

w-string

What are data types?

Data is categorized into different types by a data type, which informs the compiler or interpreter of the programmer's intended usage of the data. Numerous data types, including integer, real, character or string, and Boolean, are supported by the majority of programming languages. Today, binary data transfer is the most widely used type of data transport for all devices.

A collection of 0s and 1s arranged in a precise order makes up a binary kind of data. Every piece of information is translated to binary form and used as needed. Another set of binary data is connected to this binary form to define the type of data being carried since this binary form does not specify what it is carrying. Variables are specific storage units used in computer programming that hold the data needed to carry out tasks.

To know more about Data, check out:

https://brainly.com/question/19037352

#SPJ1

A user's computer will not boot. A technician notices four indicator lights on the backside of the
computer. Two of the lights are green, and two are amber. Which of the following documentation
should the technician read to determine what the lights are indicating?
A. Network diagram
B. Computer manual
C. Asset management
D. Wiring scheme

Answers

Answer:

B.

Explanation:

Computer manual is the user guide that comes along with the computer set to inform the users about the functions, ways to assemble the parts, and so on.

The user manual consists of guide for the users specially for electronic products such as computers, refrigerators; softwares, and so on. These manuals are written by technical writers, programmers, etc.

In the given scenario the technician needs to refer to computer manual to know the meaning of the lights on the backside of the computer.

So, the correct answer is option B.

compute the value of the following expressions: (a) 344 mod 5 (b) 344 div 5 (c) (−344) mod 5 (d) (−344) div 5 (e) 215 mod 7 (f) 215 div 7 (g) (−215) mod 7 (h) (−215) div 7

Answers

The given expressions involve the modulo and integer division operators. These operators are used in mathematical computations to find the remainder and quotient of a division operation, respectively. The modulo operator returns the remainder of the division operation, while the integer division operator returns the quotient of the division operation.

a) 344 mod 5: The modulo operator returns the remainder of the division operation between 344 and 5. We can find this by dividing 344 by 5 and taking the remainder. 344 divided by 5 is 68 with a remainder of 4. Therefore, 344 mod 5 is 4.

b) 344 div 5: The integer division operator returns the quotient of the division operation between 344 and 5. We can find this by dividing 344 by 5 and rounding down to the nearest integer. 344 divided by 5 is 68.8, which rounds down to 68. Therefore, 344 div 5 is 68.

c) (-344) mod 5: The modulo operator returns the remainder of the division operation between -344 and 5. We can find this by dividing -344 by 5 and taking the remainder. -344 divided by 5 is -68 with a remainder of 3. Therefore, (-344) mod 5 is 3.

d) (-344) div 5: The integer division operator returns the quotient of the division operation between -344 and 5. We can find this by dividing -344 by 5 and rounding down to the nearest integer. -344 divided by 5 is -68.8, which rounds down to -69. Therefore, (-344) div 5 is -69.

e) 215 mod 7: The modulo operator returns the remainder of the division operation between 215 and 7. We can find this by dividing 215 by 7 and taking the remainder. 215 divided by 7 is 30 with a remainder of 5. Therefore, 215 mod 7 is 5.

f) 215 div 7: The integer division operator returns the quotient of the division operation between 215 and 7. We can find this by dividing 215 by 7 and rounding down to the nearest integer. 215 divided by 7 is 30.71, which rounds down to 30. Therefore, 215 div 7 is 30.

g) (-215) mod 7: The modulo operator returns the remainder of the division operation between -215 and 7. We can find this by dividing -215 by 7 and taking the remainder. -215 divided by 7 is -30 with a remainder of 5. Therefore, (-215) mod 7 is 5.

h) (-215) div 7: The integer division operator returns the quotient of the division operation between -215 and 7. We can find this by dividing -215 by 7 and rounding down to the nearest integer. -215 divided by 7 is -30.71, which rounds down to -31. Therefore, (-215) div 7 is -31.

In summary, the modulo and integer division operators are useful in computing the remainder and quotient of division operations, respectively. By using these operators, we can compute the values of the expressions given above.

To learn more about the computation of expressions : https://brainly.com/question/31955486

#SPJ11

how is knowing how to use word or docs importamt?

Answers

For 90% of users, the word processing capabilities of Google Docs is more than enough. But for some, Microsoft Word's advanced features will be important. ... You also get far more powerful templates, which could speed up your work, depending on what you use Word for.

The iteration variable begins counting with which number?
O 0
O 1
O 10
O 0 or 1

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The iteration variable begins counting with 0 or 1.

As you know the iteration mostly done in the looping. For example, for loop and foreach loop and while loop, etc.

It depends upon you that from where you can begin the counting. You can begin counting either from zero or from one.

For example: this program counts 0 to 9.

int total=0;

for(int i=0; i>10;i++)

{

total = total+i;

}

Let's suppose, if you want to begin counting from 1, then the loop should look like below:

int total=0;

for(int i=1; i>10;i++)

{

total = total+i;

}

Answer:

I truly believe its 0

hope it helps :)

Explanation:

1. Summarize the main idea of the article. 2. If you were given the option, which side of the argument would you support and WHY? (Give at least one fully supported reason that is mentioned in the article) (At least 3 sentences)

Story : Issue Overview: Should we have zoos? - Newsela Article

Answers

Answer:

have a nice day

Explanation:

The ____ is usually on the right side of the taskbar and displays open services.

Answers

The system tray is usually on the right side of the taskbar and displays open services.

What is the system tray known for now?

The official name for that which is found in the bottom of the screen is known to be called a “taskbar”.

Note that the taskbar is said to be made up of a number of elements, such as the “Start Button”, and others.

The system tray (or known to be "systray") is said to be an aspect of the taskbars in the Microsoft Windows operating system (OS) user interface that helps one to have a kind of easy access icons to the most commonly used apps.

Therefore, The system tray is usually on the right side of the taskbar and displays open services.

Learn more about system tray from

https://brainly.com/question/17667656

#SPJ1

a(n) ? is a communication system where two or more intelligent machines or devices are physically and/or wirelessly connected together to share information.

Answers

A network is a communication system where two or more intelligent machines or devices are physically and/or wirelessly connected together to share information.

What do you mean by intelligent machine?

Any machine capable of doing its specified work in the presence of uncertainty and variability in its surroundings. The ability of a machine to monitor its environment and alter its activities based on what it has sensed is required for intelligence. The term intelligent machine is an anthropomorphism in the sense that intelligence is defined by the criterion that the behaviours would appear intelligent if performed by a person. There is no specific, unambiguous, and widely accepted definition of intelligence.

A computer network is a system which connects two or more computing devices in order to transfer and share data. Computing equipment range from a mobile phone to a server. Physical connections, such as fibre optics, are used to connect these devices, although they can also be wireless.

To learn more about intelligent machine

https://brainly.com/question/27953981

#SPJ4

Other Questions
Jessis cotton candy truck is strategically located near a playground. After realizing that most of his customers, who are children, prefer a wide variety of flavors and animated character shapes, Jessi started offering a wide variety of colorful flavors and character shapes. What kind of generic business level strategy could we say Jessi is going for?1)Broad cost leadership strategy2)Broad differentiation strategy3)Focus cost leadership strategy4)Focus differentiation strategy Decide whether the congruence statement is true. Explain your reasoning.ABD CDB Fill in the chart below to identify the properties of shape and volume for each type of matter. Shape Volume Solid Liquid Gas NEED HELP WILL GIVE BRAINLY What is the best description of the relationship in thescatterplot below?C nonlinear association D no association What is the equation for direct variation? TRUE / FALSE. resize a picture proportionally by dragging a top sizing handle Write each percent as a decimal and as a fraction in simplest form. 36. 200% 37. 135% 38. 152% 39. 0.03% 40. 0.45% 3. What does it mean when a country is landlocked? How much zinc can be collected from a 25g sample of ZnO? everyone trys to bring me down If f(x) = 3x +3, which of the following is the inverse off(x)? Research and write definitions for the following terms: Hardware CPU Memory-RAM Memory-ROM C Source Code camelCase compiler computer language computer program Flow Chart Software Input Logic Error order of operations Output Programmer Pseudo Code Syntax Error Testing Text Editor what are the x and y intercepts for -2x+y=-2 because bagels and cream cheese are often eaten together, they are complements. milk is used to make cream cheese, and flour to make bagels. if the equilibrium quantity of cream cheese and the equilibrium quantity of bagels both go up, which outcomes could produce this effect on their own? (select all that apply) question 1 options: a fall in the price of milk a fall in the price of flour a rise in the price of milk a rise in the price of flour none of the above After the Civil war the demand for what commodity soared?cottonbeefrubberiron Shamrock Corporation purchased land adjacent to its plant to improve access for trucks making deliveries. Expenditures incurred in purchasing the land were as follows: purchase price, $71,500; broker's fees, $7,000; title search and other fees, $5,300; demolition of an old building on the property, $5,900; grading, $1,100; digging foundation for the road, $3,200, laying and paving driveway, $24,000: lighting $7,600; signs, $2,000. List the items and amounts that should be included in the Land account. $ Explain the authors purpose of the 1860 political cartoon above which is titled The Constitutional Candidate is Applying Glue. In your response, use historical evidence to explain the depiction Which of the following represents improper aliquot preparation?a. removing the stopper behind a splash shield b. carefully pouring the contents into a aliquot tube c. covering or capping the aliquot tube immediately d. none of the above If f(x) = {(2, 3), (4, 8), (7, 1)} and g(x) = {(8, 2), (1, 4), (2, 7)}, find (f g)(x), if it exists. -0.056 + 0.27 = ?Please show ALL of your work and how you got your answer! (-:50 POINTS!!