98 POINTS HELP ASAP PLEASE!!!!
You have been asked to create a program for an online store that sells their items in bundles of five. Select the appropriate code that would display how many bundles are available for sale.

A.print(5 // totalItems)
B.print(totalItems // 5)
C.print(totalItems(5) )
D.print(5(totalitems) )

Answers

Answer 1
B. Print(totalitems // 5)
Answer 2

Answer:

B. Print Totalltems // 5

Explanation:

Well, if you learn how to create bundles on Amazon, you can eliminate the competition, set your price, and offer customers a product they’ll absolutely love.


Related Questions

Write a program that will askthe user to enter the amount of a purchase. The program should thencompute the state and county sales tax. Assume the state sales tax is4 percent and the county sales tax is 2 percent. The program should displaythe amount of the purchase, the state tax, the county sales tax, the total salestax, and the total of the sale. (which is the sum of theamount of purchase plus the total sales tax). Hint: Use the value 0.02 torepresent 2 percent, and 0.04 to represent 4 percent.

Answers

Info:

I am doing it in Python. Hope it will help you.

Code:

am = float(input('Enter the amount: '))

stx = (am*0.04)

slt= (am*0.02)

tl = stx+slt+stx

print(f'Sales Tax: {slt}, State Tax: {stx}, Grand Total: {tl}')

Result:

Enter the amount: 15

Sales Tax: 0.3, State Tax: 0.6, Grand Total: 1.5

In the CSMA/CD random access method, if the maximum propagation time is 100 micro seconds and the station has unsuccessfully attempted transmission ten times, the maximum amount of time the station waits before the next attempt to send is:

a. 51,200 micro seconds

b. 204,800 micro seconds

c. 102,400 micro seconds

d. None of the above

Answers

b. 204,800 Micro seconds

The main circuit board inside the system uit is called megaboard / true or false

Answers

True I would believe

Logically twisted pair Ethernet employs a bus topology, but physically twisted star-shaped topology True/False

Answers

Answer:false

Explanation:

what is the subnet mask ?

Answers

Answer:

is a 32-bit number that masks an IP address

Explanation:

A Subnet Mask is used to divide the IP address into network and host addresses

What time does the clerk set its clock to?

Answers

Answer:

the correct corresponding time of the time zone the clerk is in

Explanation:

is this a multiple choice?

what are the advantages of google cloud ?

Answers

Answer:

There are many advanteges of google cloud but the only one i can name off my head is that there will be ALOT more storage you can use.

A(n) _____ uses spatial and nonspatial data and specialized techniques for storing coordinates of networks of lines (roads, rivers, streets) and reporting zones (zip codes, cities, counties, states).

Answers

Answer:

A geographic information system (GIS) uses spatial and nonspatial data and specialized techniques for storing coordinates of networks of lines (roads, rivers, streets) and reporting zones (zip codes, cities, counties, states).

Explain the role auditing plays in the context of achieving trustworthy systems.

Answers

The role of auditing in achieving trustworthy systems include the following:1.Building of checkpoints for security throughout..

. ___________ is the duty of every government that wants to ensure its national security.

A. Cybersecurity

B. Connectivity

C. Policy

D. Defense

Answers

Answer:

your answer is d wish it helps you

D is the correct answer

What is the correct method for moving a control file (assume you use PFILE)?

A. Issue the ALTER DATABASE RENAME FILE command.

B. Shut down the database; move the control file; modify the CONTROL_FILES parameter in PFILE; and start up the database using PFILE.

C. Copy the control file to a new location; shut down the database; modify the CONTROL_FILES parameter; and start up the database.

D. Shut down the database; delete the control file; start up the database in NOMOUNT mode; issue the CREATE CONTROL FILE command; and start up the database.

Answers

Answer:

b

Explanation:

Rom also called main memory or system memoryis used to stor the essential parts of the operating while the computer is running / true or false

Answers

RAM*

But yes true, it’s a primary, volatile system

The director of IT security is generally in charge of ensuring that the ____________ conforms to policy.

A. business

B. Workstation Domain

C. connectivity

D. infrastructure

Answers

Answer:

the answer is d wish it helps you

Most networking media send data using _____ in which data is represented by only two discrete states: 0s and 1s.

A. digital signals

B. contiguous signals

C. ramp signals

D. exponential signals

Answers

Answer:

i think digital signals

Explanation:

A digital signal is a signal that is being used to represent data as a sequence of discrete values; at any given time it can only take on one of a finite number of values.[1][2][3] This contrasts with an analog signal, which represents continuous values; at any given time it represents a real number within a continuous range of values.

Answer: A) Digital signals

Explanation:

Digital signal is a signal that helps in describing about the data in sequential manner in form discrete bands or binary values. The electrical signal containing data is converted into bits that can be represented through two digital values i.e. 0s and 1s.Other options are incorrect because contiguous signal is regular adjacent signal. Ramp signal is represented as increment in magnitude with timeExponential signal is based on sine and cosine signal that is two real time signal.Thus, the correct option is option(A).

1. Think about the various ways in which you have seen hackers portrayed in popular media over the past few years. Are they heroic characters or dangerous criminals? Do the representations conform to any of the realities of the hacker subculture, or do they simply further stereotypes about hackers as a whole?

Answers

They are definitely not heroic characters, so you can rule that out. Definitely dangerous criminals. If you need me to help further I can. Is that a question or an essay?

Final answer:

Portrayals of hackers in media often simplify or sensationalize the hacker subculture, overlooking its complexity and diversity. Understanding the motivations behind hacking activities is crucial, yet resources tend to focus more on technological defenses than on the individuals involved. There is a need to differentiate between hackers and to develop a nuanced view of their activities and ethical considerations.

Explanation:

Popular media often portray hackers as either noble outlaws or dangerous criminals, leaning into stereotypes that may not accurately reflect the realities of the hacker subculture. This binary representation overlooks the complex motivations and ethical frameworks within which many hackers operate. For instance, while some hackers engage in criminal activities for personal gain, others are driven by political ideologies, aiming to expose corruption or promote transparency, akin to what has been observed with groups like Wikileaks.

There is a growing need to differentiate between various types of hackers, rather than lumping them together in a single, often negative, caricature. Understanding who is hacking and why is crucial, yet, as highlighted in discussions, resources are mainly funneled into technological defenses rather than exploring the psychological and sociological aspects of hacking. This approach fails to address the root causes or motivations behind hacking activities, whether they are for malicious purposes, curiosity, or whistleblowing.

Moreover, the representation of hackers in media fails to capture the diversity within the hacker community, which is not monolithic. Attributes commonly ascribed to hackers, such as being male, bright, and socially withdrawn, might resonate with certain stereotypes but do not universally apply. The comparison of some hackers' behavior to that of corporations, as described by Joel Bakan, suggests a need to critically evaluate and understand the ethical dimensions and the potential for 'psychotic' behavior within both entities.

In recent years the number of arbitrary/remote code execution attacks have skyrocketed. Why is this type of attack so popular with attackers?

Answers

Duh... those Hackermans actually have FULL control over the virus.... MUAHAHAHA

Write a C++ program that prompt the user to enter the coordinate of two points (x1, y1) and (x2,y2), and displays the slope of the line that connects the two points.

Answers

Answer:

#include<iostream>

using namespace std;

int main(){

   float x1,x2;

   float y1,y2;

   float slope;

   cout<<"Enter the value of first point(x1,y1): ";

   cin>>x1>>y1;

   cout<<"\nEnter the value of second point(x2,y2): ";

   cin>>x2>>y2;

   slope = (y2-y1)/(x2-x1);

   cout<<"Slope is: "<<slope<<endl;

}

Explanation:

First include the library 'iostream' for perform the operation of input/output.

after that, write the main function and declare the variable of points.

use the output command 'cout' for display the message on the screen.

use the input command 'cin' for store the value enter by user into the variable.

after that, use the formula to find the slope:

[tex]slope=\frac{(y_{2}-y_{1})}{(x_{2}-x_{1})}[/tex]

Note: All values declare in the code is float type means decimal value. but you can enter integer value as well.

finally, cout is used to display the output slope on the screen.

What is process and what do you know about process control block?

Answers

hello! mark me brainliest please

Process Control Block is a data structure that contains information of the process related to it. The process control block is also known as a task control block, entry of the process table, etc. ... It also defines the current state of the operating system.

Most information security incidents will occur because of _________. Select one: a. Users who do not follow secure computing practices and procedures b. Increases in hacker skills and capabilities c. Poorly designed network protection software d. Increasing sophistication of computer viruses and worms

Answers

Answer:

Users who do not follow secure computing practices and procedures

Explanation:

Most data breaches that occur as a result of hacking and cyber-attacks get all the attention. However, the kind of mistakes that employees make in corporate situations can sometimes be very costly. Whether accidental or not, human error is the leading cause of most information security breaches. When you have proper policies, people working in big organizations, for instance, will know how they are to do with them. Organizations should put more effort on its employees. By ensuring that secure computing practices and procedures are followed, it will help guide the workforce more effectively.

What is the difference between an HTTP POST and an HTTP GET? Give an example of when each would be used ?

Answers

Difference:

An HTTP POST request is used to add new information to a server so it can be stored, and an HTTP GET request is used to retrieve stored information from a server.

Usage Examples:

Let's say you run a web server dedicated to storing football game scores.

A computer at a game that just finished may use an HTTP POST request to send the final score to your web server so you can store it.

Someone at home may be viewing a website for sports scores.  That website's server may send an HTTP GET request to your server asking for the final score of a specific game, and your server would provide that information.

The 8086 was divided into two main parts. The _____ was the "brain" of the processor, and had the ALU, general-purpose register, control unit, and flags. The __ contained the segment registers, address adder, instruction pre-fetch queue, and handled all the interfacing to memory and I/O.

Answers

Answer:

1.Execution Unit.  2.Bus interface unit

Explanation:

The thick net medium consisted of a thin coaxial cable True/False

Answers

Answer:

True

Explanation:

The thick net medium consisted of a thin coaxial cable.

what are 2 of system software and how are they used?

Answers

Answer:

System software is software on a computer that is designed to control and work with computer hardware. The two main types of system software are the operating system(Windows,Linux,Mac OS)  and the software installed with the operating system, often called utility software (Anti virus, Disk formatting, Computer language translators) . In some cases, the operating system and utility software depend on each other to function properly.

Some system software is used directly by users and other system software works in the background. System software can allow users to interact directly with hardware functionality, like the Device Manager and many of the utilities found in the Control Panel.

write a short C function that takes an integer n and returns the sum of all integers smaller than n.?

Answers

int sumAllNumbersSmallerThanN(int n){

 int sum=0;

 int i;

 for(i=1; i<n; i++){

   sum += i;

 }

 return sum;

}

We simply declared a variable, sum, that will store the result, and set it to zero. Then, we loop all numbers from 1 to n-1, and we sum all these numbers to our sum. When the counter reaches n, the loop stops, and we will have added all numbers from 1 to n-1 in the variable sum.

"int sumofintegers (int n)

{

       int cnt , sum;

       sum = 0;

       for (cnt = 0; cnt<n; cnt++)

       {

               sum = sum + cnt;

       }

return sum;

}

The above function receives the ‘n’ as input and then initialize two variable cnt is used for looping and sum variable to add the numbers which are smaller than the given number.

A for loop is run from 0 to n (not including n since we need to add integers less than n) and then add each value. When the counter reaches n, for loop is exited and the sum is returned to the calling portion.

What is the ethical danger of using agents in negotiation?

Answers

information sharing, divergent interests, conflicting interests

A rear drum brake is being inspected. The primary shoe is not contacting the anchor pin at the top. Technician A says that this is normal. Technician B says that the parking brake cable may be adjusted too tight or is stuck. Which technician is​ correct?

Answers

The answer is B :).

Answer:

yep it's B

Explanation:

What do you believe is the future of certification?

Answers

Technology,performance,learning

2. A shift register can operate:

a. Serially

b. In parallel

c. Both serially and parallel

Answers

C. Both serially and Perullo

When date is processed into a meaningful form, i becomes _______.

Answers

Answer:

When date is processed into a meaningful form, it becomes information.

What are the differences between Layered and Client-Server Architecture?

Answers

The differences between Layered and Client-Server Architecture is Client-Server Architecture is a shared architecture system where loads of client-server are divided, whereas layered architecture is a software architecture in which the different software components, organized in tiers (layers).

Further explanation

Software architecture is the fundamental structures of a software system. On the application level, the two most common architectures are client/server and layered architecture.

Client-Server Architecture is a shared architecture system where loads of client-server are divided. In client/server architecture, the database system has two parts such as a front-end or a client, and a back-end or a server.

Multitier or layered architecture (often referred to as n-tier architecture) is a software architecture in which the different software components, organized in tiers or layers and it provide such dedicated functionality. Examples of layered architecture are print, directory, or database services.

Learn more

1. Learn more about Client-Server Architecture https://brainly.in/question/9279200

 

Answer details

Grade:  9

Subject: Computers and Technology

Chapter:  software architecture

Keywords:   software architecture, Client-Server Architecture, Layered architecture

Other Questions
A bag contains 3 red marbles, 2 blue marbles, and 2 green marbles. One marble is picked, then another marble. Assume that the selections are made with replacement. A) Find the probability of picking two red marbles with replacement. B) find the probability of picking a red marble and a blue marble. Assume the selections are made without replacement. C) Find the probability of picking two red marbles without replacement. D) find the probability of picking a red marble and a blue marble without replacement. Find the twenty-fifth term of an arithmetic sequence if the first term is-1 and the common difference is 5. Write the first three terms of an arithmetic sequence in which the twenty-first term is 17 and the fiftieth term is 75. 10. 11 What would be the most likely result if humans stopped burning fossil fuels what is 1/6 as a percent Read the excerpt from President Woodrow Wilsons speech, War Message to Congress. I am not now thinking of the loss of property involved, immense and serious as that is, but only for the wanton and wholesale destruction of the lives of non-combatants, men, women, and children, engaged in pursuits which have always, even in the darkest periods of modern history, been deemed innocent and legitimate. Property can be paid for; the lives of peaceful and innocent people cannot be.Which statement best describes the main idea of the excerpt?A- A lot of the nations property has been destroyed.B- The nation has lost an immense amount of wealth.C- Human lives are worth more than material items.D- The nation will get back everything that was lost. A student simplifies (6b + 4r) (2b + r) and says that the result is 4b + 5r. Explain the error and describe the correct steps to simplify the expression. A spherical capacitor is formed from two concentric, spherical, conducting shells separated by vacuum. The inner sphere has radius 16 cm and the capacitance is 113 pF. What is the radius of the outer sphere? (Give your answer in decimal using cm as unit) Jen is reviewing information about a new treatment for arthritis pain that she saw on an informational website. Most of the information is testimonials from satisfied users. Which best indicates that this information is unreliable? It is not paid for by product sponsors. It is on a website that is not run by professionals. Its claims are based mostly on anecdotal evidence. Its claims are not supported by the provided information. The part of the electromagnetic spectrum that is necessary for the sense of sight in humans is__________1.radio waves2.gamma rays3.infrared light4.ultraviolet light5.visible light Which was one major reason people moved to the South in the second half ofthe 20th century?A. To be among like-minded peopleB. To escape from CommunismC. To work on small farmsD. To work on military bases The name of the Sl unit for magnetic field strength, such as that created around a current-carrying wire, is the _________pls help!!!!! TOTWhat is the average amount of time an American spends consuming media in a week?A. 10 hoursB. 18 hours22 hours28 hoursPlease select the best answer from the choices provided0 000 which is an example of a short-term investment What is the function of hemoglobin? consider each table of values of the three functions, f & hnone f & gg & hall three represent linear relationships x+16=24hvvcgcfcycdfdxfxxdgfv Identify at least three reasons why the revolution took place. Tell whether the two words in each pair have the same or different meanings.1. embellish - adornsamedifferent2. embody - extrasensorysamedifferentsamedifferentsamedifferentsamedifferent3. enamor - enrapture4. imbibe - abstain5. immigrate - emigrate6. induct - install7. influx - effluent8. intrastate - interstate9. introspection - self-examinationsamedifferentsamedifferentdifferentsamesamedifferent10. introvert - extrovertsamedifferent if f(x) = -3x+4 and g(x) =2, solve for the value of x for which f(x) = g(x) is true the sum and express it in simplest(-6b3 - 362.6) + (2b3 - 362)Enter the correct answer. Steam Workshop Downloader