Please help me debug this code! (image attached code.org)

Please Help Me Debug This Code! (image Attached Code.org)

Answers

Answer 1

Answer:

if (getProperty("skyButton", "checked" == getColor("Blue", "checked"))

   console.log("correct match");

else

   console.log("not matched correctly);

Explanation:


Related Questions

assume that a runner runs 14 kilometers in 45 minutes and 30 seconds. write a program that displays the average speed in miles per hour. (note 1 mile is equal to 1.6 kilometers.

Answers

Mercury orbits the Sun at a speed of 30 kilometers per second. At this time, Mercury will move in 2 seconds.= 48 + 2 miles. equals 96 kilometers.

Mercury travels around the Sun at a speed of 48 kilometers per second. Mercury will travel 96 kilometers in 2 seconds. What is an object's speed? The ratio of the distance an object travels to the time it takes to cover that distance is the object's speed. Mercury orbits the Sun at a speed of 30 kilometers per second. Therefore, the rate of Mercury's orbital motion around the Sun in kilometers per second= 30 divided by 1.6 km/s. 48 kilometers per second. At this time, Mercury will move in 2 seconds. = 48 + 2 miles. equals 96 kilometers. Mercury travels around the Sun at a speed of 48 kilometers per second. Mercury will travel 96 kilometers in 2 seconds.

Learn more about Speed here:

https://brainly.com/question/4955980

#SPJ4

what is the difference between a formula and a function in excel?

Answers

A function in Excel is a calculation that has already been specified, whereas a formula is an equation created by the user.

Without a function, what good is an Excel formula?

A formula is an equation that determines the value of a cell by using hard-coded numbers or cell references. Sometimes a straightforward formula is all you need to achieve the appropriate answer, but functions allow you to do much more. An Excel function is an existing, predefined formula.

What are functions and formulas?

The OR function returns TRUE if any of its parameters are evaluated as TRUE, and FALSE if all of them are.

To know more about Excel visit :-

https://brainly.com/question/3441128

#SPJ4

write 3 different functions in c to create an array of 10 integers on the heap without causing a memory leak. hint: you will need to assign the address to a pointer that was created outside the function. remember, you can return an address or change what a pointer points to (the contents of a pointer) in a function by passing the pointer by reference or by passing the address of the pointer.

Answers

In order to prevent memory leaks, it is a good idea to write the free() statement right after the malloc() or calloc() method.

What procedure can be applied to prevent a memory leak? In order to prevent memory leaks, it is a good idea to write the free() statement right after the malloc() or calloc() method.To prevent dangling pointers, the free() statement should be followed by assigning NULL to the pointer variable.There are a few causes of memory leaks in C/C++:When the pointer loses its initial allocated value in C/C++ programming, a memory leak typically happens.Due to the allocated object's unavailability and inability to be deallocated, it becomes the source of the memory leak.Memory Leakage Factors.Using Unwanted Object Reference: These are object references that are no longer required.The garbage collector was unable to free up the memory because another object was still making references to the undesired object.Using long-lived static objects causes a memory leak as well.

To learn more about  memory leaks refer

https://brainly.com/question/30052440

#SPJ4

Question # 3 Dropdown Complete the sentence. During the phase of a software development project, developers create a detailed plan that specifically defines how each of the needed features will be implemented.

Answers

Answer: D

Explanation:

"During the "requirements and analysis" phase of a software development project, developers create a detailed plan that specifically defines how each of the needed features will be implemented."

The requirements gathering and analysis phase is a crucial step in the software development process. It involves collecting detailed information about each requirement and understanding its purpose. The focus of this phase is to determine the best way to fulfill each requirement and to plan for testing.

During this phase, input from testers is also valuable as they contribute to the analysis of the requirements. Additionally, this step includes a key decision-making aspect, the buy vs build decision. It is important to evaluate whether it is more cost-effective to purchase a third-party product instead of building one from scratch.

Learn more about software development project here: brainly.com/question/26135704

#SPJ1

the word decagon contains the root dec. what does the root dec mean?

Answers

Root dec. Latin is the origin of the word "dict," which means "say, speak." Words like benediction, contradict, dictate, dictator, diction, dictionary, dictum, edict, and forecast all have this connotation.

What are the duct's root words?

Brief Summary The Latin roots duc and duct both denote "leading." From this root word, words like educate, reduce, produce, and product are frequently used in English.

What does the term "ductwork" mean?

The term "ductwork" refers to the network of ducts (metal or plastic tubes) used to distribute air from your home's heating, ventilation, and air conditioning (HVAC) systems. An essential element of indoor air quality and home comfort is properly installed and maintained air ducts.

To know more about ductwork visit:-

https://brainly.com/question/30320833

#SPJ4

quzilet which one of the following statements is true? group of answer choices information is raw, unorganized facts. information is data that has been organized and arranged in a manner that is useful in making decisions. data is organized so it shows patterns which can be used to make decisions. data is information that has been processed.

Answers

Data is information that has been converted into a format that can be moved or processed effectively in computers.

What is Data?Information that has been converted into a format that is useful for transfer or processing is referred to as data in computing. Data is information that has been translated into binary digital form for the computers and transmission mediums of today. Both a singular subject and a plural subject can be used when referring to data. When data is presented in digital form, it is referred to as "raw data."Claude Shannon, a famous American mathematician renowned as the father of information theory, is credited with developing the idea of data in the context of computing. He introduced two-valued Boolean logic in electronic circuits, which was the foundation for binary digital notions.The CPUs, semiconductor memory, disc drives, as well as many of the peripheral devices commonly used in computing today, are all built on binary digit formats. Punch cards were used as the primary data and control input for computers in their early stages, before magnetic tape and hard discs.The prevalence of the terms "data processing" and "electronic data processing," which, for a while, came to encompass the complete range of what is now known as information technology, made it clear early on that data's significance in business computers. A unique data profession arose alongside the expansion of corporate data processing over the course of corporate computing history, indicating specialisation.

To Learn more About Data Refer To:

https://brainly.com/question/27034337

#SPJ4

describe and differentiate ways of scheduling linux commands to be executed in the future.

Answers

In a Linux system, you can schedule future tasks with the at command. The at command works with the atd daemon, just like the crontab file does with the cron daemon.

In Linux, what is scheduling?

The Linux scheduler is a multi-queue scheduler, which means that there is a run queue of processes waiting for each of the logical host CPUs. In one of these run queues, each virtual CPU waits for its task to be completed. A CPU migration is the process of moving a virtual CPU from one run queue to another.

What exactly is execution planning?

Automated server-side script logic known as Scheduled Script Executions or Scheduled Jobs are executed at a predetermined time or on a regular basis. When application processes require script logic to be executed according to a time schedule, use Scheduled Script Executions.

To know more about Linux system visit :-

https://brainly.com/question/28443923

#SPJ4

how long do you have to unsend a message on iphone?

Answers

Answer:

depending on who your texting

Explanation:

explain the role that the number of data exchanges plays in the analysis of selection sort and bubble sort.

Answers

Both algorithms have the same worst-case complexity, or O(n2), but they have different best-case complexity. Selection sort uses an order of n2 time, whereas bubble sort uses an order of n. In contrast to selection sort, bubble sort is a stable algorithm.

Does bubble sort outperform selection sort in efficiency?

Because there is less swapping needed, selection sort is superior to bubble sort. In contrast to selection sort, bubble sort is a stable algorithm.

Why does bubble sort perform worse?

Due to its poor performance when sorting arrays, Bubble Sort to is is one of the most frequently discussed algorithms.

To know more about algorithms visit:-

brainly.com/question/16027903

#SPJ4

Mention five(5) businesses that needs computer to opperate.

Answers

Answer:

Tech blogging.Content writing.Digital marketing.Computer repairing and maintenance.Cartridge refilling.

Answer: Security analysts, software engineers, network architects, user interface designers, and systems engineers are some tech professionals who use computers and other technologies.

Extra one (LOL): Hacker

Explanation:

what additional type of license must be purchased for each client device or user that will be accessing the server when using windows server 2016 standard or datacenter editions?

Answers

Client Access Licenses (CALs) user that will be accessing the server when using windows server 2016 standard or datacenter editions.

What is datacenter edition?

The Microsoft server operating system known as Windows Server Datacenter Edition is designed for line-of-business applications that need the highest levels of scalability and availability, server consolidation, big data warehouses, and OLTP (online transaction processing).

Additionally, the Storage Spaces Direct software-defined storage functionality and support for software-defined networking are absent from the standard version. Virtual-machine licencing is the primary distinction between the Standard and Datacenter editions. An infinite number of Windows Server containers are supported by both editions.

Similar to Standard, Datacenter demands CALs but permits an unlimited number of virtual machines to be run simultaneously. It will typically be less expensive to get simply the standard licence if you are operating fewer VMs on a physical server because the cost of a Datacenter licence is significantly greater than that of a standard licence.

Read more about datacenter edition:

https://brainly.com/question/14526761

#SPJ4

14) Which of these is used to tag parts of a text that will be on a web page?

A) SEO.

B) HTTP.

C) HTML.

D) JavaScript.

Answers

Answer: C

thats all ill just fill this up a bit y'know

Why might a motherboard be installed on top of spacers?

Answers

To keep the motherboard from touching the case, it sits on spacers or elevated screw holes. As long as you adhere to ESD protection guidelines, stacking circuit boards while disassembling a computer is acceptable.

What happens if motherboard standoffs are not used?

They are essential for keeping the PC case and motherboard separate. An electric surge could occur if the motherboard and PC case's metal parts touch. Your motherboard may fail as a result of a short circuit caused by an electric surge. For compatibility reasons, standoffs typically come with the PC case.

A motherboard spacer: what is it?

Motherboard standoffs are spacers made of metal or nylon that separate the motherboard from the motherboard tray in the PC case. Standoffs are required for each motherboard in order to keep it secure and elevated above the motherboard tray in the case. Circuit boards that are subjected to an electric current are known as motherboards.

To know more about motherboard visit :-

https://brainly.com/question/29834097

#SPJ4

given the following decision variables: x1: number of hyperlinks to produce x2: number of fastlinks to produce x3: number of speedlinks to produce x4: number of microlinks to produce x5: number of etherlinks to produce what is the objective function?

Answers

A. Max [(189-136)X1+(149-101)X2+(129-96)X3+(169-137)X4+(139-101)X5] is the correct objective function. It represents the objective of maximizing the profit, where the profit is the difference between the selling price and the production cost of each type of link.

The profit for Hyperlinks is (189-136)X1, for FastLinks is (149-101)X2, for SpeedLinks is (129-96)X3, for MicroLinks is (169-137)X4 and for EtherLinks is (139-101)X5. The objective is to maximize the total profit by choosing the optimal values of the decision variables (X1, X2, X3, X4, X5).

Option B. Min [(189-136)X1+(149-101)X2+(129-96)X3+(169-137)X4+(139-101)X5] would represent the objective of minimizing the profit, which is opposite of what is given in the problem statement.

Option C. Max (189X1+149X2+129X3+169X4+139X5) doesn't consider the production cost and thus will not give the correct profit value.

Option D. Min (136X1+101X2+96X3+137X4+101X5) would represent the objective of minimizing the production cost, which is not the same as maximizing the profit.

Learn more about objective function: https://brainly.com/question/29185392

#SPJ4

the cost to ship a package is a flat fee of 75 cents plus 25 cents per pound. 1. declare a const named cents per pound and initialize with 25. 2. get the shipping weight from user input storing the weight into shipweightpounds. (remember %d is used to read in an integer from the user.) 3. using flat fee cents and cents per pound constants, assign shipcostcents with the cost of shipping a package weighing shipweightpounds. c programming

Answers

The price of shipping a package containing c programming that weighs shipweight pounds

const int CENTS_PER_POUND = 25;

int shipweight pounds;

printf ("Enter the shipping weight in pounds: ");

scanf ("%d", &shipweigh tpounds);

int shipcostcents = 75 + (shipweight pounds * CENTS_PER_POUND);

What is weight?

It is a measurement of the heaviness of an object, and is determined by the gravitational pull of the Earth or other celestial objects on the object. Weight is measured in Newtons, kilograms, and pounds, depending on the system of measurement used. Weight is affected by the mass of the object, its location in the universe, and the gravitational pull of the Earth or other celestial bodies on the object.

To learn more about weight
https://brainly.com/question/28800918
#SPJ4

Which levels of measurement can be quantitative?

Answers

The nominal and ordinal levels are thought of as categorical measurements, whilst the interval and ratio levels are thought of as quantitative measures.

Can data be quantitatively measured at what levels?

Numerical measurements or counts make up quantitative data. The four levels of measurement used to decide which statistical calculations are meaningful are as follows. They are ratio, nominal, ordinal, and interval.

Are there any limitations on the type of ordinal?

Organizing variables into numbered categories, ordinal data are a type of qualitative information. The categories are ranked or arranged naturally according to some hierarchical scale, such as from high to low. But the space between the categories is not definitely defined.

To know more about quantitative visit :-

https://brainly.com/question/26457936

#SPJ4

Conduct online research on any three careers related to computers and electronic communication that are important for business, management, and administration. For each of these roles, discuss how electronic communication is useful. Type your response here:

Answers

You will examine numerous computer and electronic communication-related occupations in this assignment. Communication styles, Eight Different Listening Reactions. Listening in silence. Questioning. Paraphrasing. Empathizing. Supporting. Analyzing. Evaluating. Advising.

Describe electronics

The emission, behavior, and consequences of electrons as well as electronic devices are the focus of the physics and electrical engineering field known as electronics.

An extraordinarily wide spectrum of technology is included in electronics. The phrase was first used to refer to the investigation of electron behaviour and motion, notably as seen in the earliest electron tubes. With new information regarding the nature of electrons at their core and the potential applications of their motion, it started to be used in a broader meaning.

To know more about electrons visit now

https://brainly.com/question/1255220

#SPJ4

why are carbon and silicon especially relevant to us:

Answers

Both silicon and carbon play a significant role in human life. Silicon is a key element in electronics and has been utilized by humans to create everything from arrowheads to glass.

The required details for Carbon/Silicon in given paragraph

How does the Carbon/Silicon work?

A key component of human biology is carbon. Mick Jones, formerly of The Clash and Big Audio Dynamite, and Tony James make up the rock duo Carbon/Silicon (formerly of Generation X and Sigue Sigue Sputnik). The band got its start in 2002.

Carbon/Silicon attempts to buck the conventional approach to rock & roll, much like Jones' earlier work with Big Audio Dynamite. Alan McGee, a critic, described the group as

To know more about Carbon/Silicon Visit now

https://brainly.com/question/20293317

#SPJ4

java declare double variables x1, x2, x3, and x4, and read each variable from input in that order. find the average of x1, x2, x3, and x4 and assign the result to avgnumber.

Answers

The required program or the code for given question is given below.

What is code for finding the Average?

#include <iostream>

#include<iomanip>

using namespace std;

int main()

{

   double avgValue;

   double x1,x2,x3,x4;

   

   cout<<"Enter values of x1, x2, x3 and x4 : " ;

   cin >> x1 >> x2 >> x3 >> x4;

   avgValue = (x1+x2+x3+x4)/4;

   cout << fixed << setprecision(2) << avgValue << endl;

   return 0;

}

to know more about double datatype, visit

https://brainly.com/question/24802096

#SPJ4

list five applications of personal computers. is there a limit to the applications of computers? do you envision any radically different and exciting applications soon? if so, what?

Answers

Five computer applications cases Education in banking industrial sectors Entertainments. Hospitals. handling data.

Do computers have a finite range of possible uses?

No fixed cap exists. The quantity of system resources (such as CPU cycles, RAM, HDD seek/write activity, etc.) that each program "consumes," as well as the amount of RAM and processing power (CPU speed) you have, all have a role in how many apps can be executed at once.

What use cases exist for personal computers?

Word processing, Internet browsing, Internet faxing, e-mail and other digital messaging, multimedia playback, computer game play, and programming are all frequent tasks that can be performed using software applications.

To train computer vision systems, use deep learning techniques.

To know more about Five computer applications  visit :-

https://brainly.com/question/22409872

#SPJ4

do you need to download excel to access your integrated excel question?

Answers

Answer:

In this new assignment type, Excel opens seamlessly inside Connect with no need to upload or download any additional files or software.

Explanation:

Which is the keyboard shortcut for setting up rulers in a Photoshop project?

Answers

If you are referring to Microsoft Office Excel shortcuts, the function key F2 turns the cell to edit mode.

What are the function of keyboards and laptops?

Keyboards and laptops come with a function key and have own specific functions. Function key F2 is more about on modifying. Function key F2 can also be used to quickly rename a file or a folder in Windows.

A keyboard shortcut, sometimes referred to as a hotkey, is a set of one or more keys used in computers to quickly launch a software application or carry out a pre programmed operation.

Therefore, If you are referring to Microsoft Office Excel shortcuts, the function key F2 turns the cell to edit mode.

Learn more about Microsoft Office Excel on:

https://brainly.com/question/13623928

#SPJ1

You are troubleshooting a computer system and want to review some of the motherboard configuration settings. Where is most of this data stored?


BIOS/UEFI ROM


CMOS RAM


DIMM RAM


HDD

Answers

Based on data on the EEPROM chip, the majority of systems will automatically establish storage settings (speed, voltage, and timing, including latency).

What is computer ?

A computer is a device that may be configured to automatically perform series of mathematical or logical operations (computation). Modern digital computers are capable of running programmes, which are generalised sets of operations. These apps give computers the ability to carry out a variety of tasks. A computer is a minimally functional computer that contains the peripheral devices, system software (primary software), and hardware required for proper operation. This phrase may also apply to a collection of connected computers that work as a unit, such as a network or group of computers. The sole purpose of early computers was to perform computations. Since ancient times, simple manual tools like the calculator have supported humans in performing computations.

To know more about computer visit:

brainly.com/question/21474169

#SPJ1

which remote file access protocol is an extension of ssh?

Answers

Answer:

SFTP (SSH File Transfer Protocol), and is the most widely used file transfer protocol that runs over SSH.

Explanation:

Found it on the internet. Hope this helps!

The remote file access protocol that is an extension of SSH (Secure Shell) is called SFTP (SSH File Transfer Protocol).

SFTP allows for secure file transfer and manipulation over a secure SSH connection. It provides a similar command set and functionality to traditional FTP (File Transfer Protocol), but with the added security of encryption provided by SSH. SFTP is widely supported and commonly used for secure file transfers in various applications and systems.

It offers similar functionality to traditional file transfer protocols like FTP (File Transfer Protocol), but with the added security provided by SSH. SFTP is commonly used in scenarios where secure file transfer is required, such as remote administration, secure backups, and secure file sharing.

Learn more about SSH File Transfer Protocol on:

https://brainly.com/question/30368613

#SPJ6

why is packet switching in the internet analogous to driving from one city to another and asking directions along the way?

Answers

The packet switch determines the outgoing link based on the packet's destination IP address.

Asking which route to take is comparable to a packet asking, given its destination address, which outgoing link it should be forwarded on. In digital telecommunications networks, such as computer networks, packet switching is used to minimize transmission latency—the amount of time it takes for data to move across a network—increase communication reliability, and make the best use of the channel capacity that is available. Small data packets are sent between different networks using packet switching. These data "packets" or "chunks" enable quicker, more effective data transport. A file is frequently sent across a network in smaller data packets when a user does so.

Learn more about data here-

https://brainly.com/question/11941925

#SPJ4

the space allowed for the mascot on a school's web page is 75 pixes wide by 100 pixels high. its digital image is 300 pixels wide by 400 pixels high. what is the largest image of the mascot that will fit on the web page?

Answers

The mascot's biggest image that can be shown on a web page is 75 pixels wide and 100 pixels height.

What is webpage?

A web page is a document or resource of information that is suitable for the World Wide Web and can be accessed through a web browser. It is one of the primary resources that make up the World Wide Web. Web pages are typically composed of HTML or XHTML and may contain images, videos, and other forms of media.

Web pages are typically accessed through a web browser by typing in a URL, or Uniform Resource Locator, which is the address of the page.

To learn more about web page

https://brainly.com/question/22775095

#SPJ4

charles simonyi is considered the father of microsoft excel. T/F?

Answers

Charles Simonyi, a former Microsoft employee, is credited with creating some of the most popular programmes produced by the business, including Word and Excel. The developer worked on one of the first personal computers at Xerox and holds a Ph. D. in computer science from Stanford.

Is Excel Hungarian?

Charles Simony, an American computer programmer, entrepreneur, and space traveller of Hungarian descent, is credited with "inventing the Microsoft Excel and the Microsoft Word."

Who is Microsoft Office's creator?

Bill Gates made the initial announcement on August 1, 1988, at COMDEX in Las Vegas. Microsoft Word, Microsoft Excel, and Microsoft PowerPoint were included in the first version of Office, which was originally marketed as an office suite.

To know more about computer science visit:-

brainly.com/question/20837448

#SPJ4

How do I fix Excel ran out of resources while attempting to calculate one or more formulas?

Answers

To cope with the formula reference issue, the simplest course of action is to separate the particular spreadsheet tab that is causing the mistake. Just make a new tab and duplicate all the tabs to accomplish this.

Excel has run out of memory. How do I repair this?

Consider turning off or removing any installed macros or add-ins. This might aid with memory clearing. Another option is to increase the memory available to Excel.

Ref mistakes in Excel: what causes them?

When a formula references an invalid cell, it returns the #REF! error. The most frequent cause of this is the deletion or pasting over of cells that were used as references in formulas.

To know more about formula reference visit :-

https://brainly.com/question/10777550

#SPJ4

at which layer of the osi model does a router function? A .Presentation LayerB .Transport LayerC .Network LayerD .Datalink LayerE .Application LayerF .Physical LayerG .Session Layer

Answers

A router is a popular Layer 3 device used in the network layer of the OSI Model. A router that operates at Layer 3 will look at the IP and IPX addresses of incoming data packets.

What is Layer 3's function in the OSI model?

OSI Model, Layer 3: The network layer provides the practical and procedural methods of transporting variable length data sequences from a source host on one network to a destination host on another network while upholding the level of service demanded by the transport layer.

What does OSI's network layer mean?

The OSI Model's foundation is thought to be the network layer. By designating a destination, it decides which logical channel (virtual circuit) is the optimal for transferring data between nodes and manages it.

To know more about router visit :-

https://brainly.com/question/29869351

#SPJ4

Which freeze panes option should you choose to freeze the first column and the first row?

Answers

Click the Freeze Panes drop-down arrow under Windows Group on the View tab. Choose Freeze First Column or Freeze Top Row.

Which option for freezing the first column and first row should you select?

pause the top row ensures that as you browse through a worksheet, just the top row is visible. First Column Freeze keeps the first column of a worksheet visible just as you navigate through it. Use the Freeze Panes option to freeze any number of rows and columns.

In Excel, how can I freeze the top column and top row?

Microsoft Excel now enables you to freeze both rows and columns simultaneously in addition to locking columns and rows separately. This is how: Choose a cell to the right of the last row, below.

To know more about  freeze visit:-

https://brainly.com/question/27912878

#SPJ4

Other Questions
a speaker who states that a campus club likes reggae because one of its members listens to it makes a(n) why art is important to human? Jack said that after reading the book on the Road, he wanted to be like the main character and travel. What book movie, or song has inspired you to do something new? Explain a 6-year-old girl was extracted from an apartment fire. she arrives with her voice being raspy, and she has audible stridor on presentation. ywhat is the next best step in management? how did westleys grandma react when she was treated unfairly at levys? in which stage of mitosis adn meiosis are the principles of segregation and indipendent assortment at work This task will prompt you to investigate a specific aspect of a literary work from the colonial era and its relationship to a particular topic in history. To complete this task, you must complete the following steps:Select a particular topic that is relevant to the colonial era and the Age of Reason, and form a thesis that explores an aspect of that topic.Research your topic and identify relevant information that supports your position.Draft your historical investigative report and organize your research findings.Produce a final draft by proofreading and revising your initial drafts. According to Piaget, in the _____ stage, the young child's cognitive world is dominated by egocentrism and magical beliefs. what is the advantage of using multiple restriction enzymes to cut the dna during dna fingerprinting? Design, construction, tests, and use of eye and face protection must be in accordance withANSI switch to low beams when oncoming traffic is within ______ what is the boundary condition at a perfectly insulated surface expressed mathematically? (check all that apply.) an account will have a credit balance if a. there have been more decreases to the account balance than increases. b. total credits to the account exceed total debits. c. total debits to the account exceed total credits. d. the last transaction entered to the account was a credit. Please help just number 10 and 11 thank you. A girl of height 0.9 m is walking away from the base of a lamp-post and covered 4.8 m. If the lamp is 3.6 m above the ground, find the length of her shadow. HELPPP ASAP!!!Compare the Earths mantle and core by writing each characteristic in the correct area of theCORE & MANTLEVenn diagram.Semi-solidLess denseMade of rockComposed of two partsCreates Earths magnetic fieldMore denseSolid and liquidMostly metallicThickest layer of EarthIncreased pressure with depthIncreased temperature with depth The program segment below is intended to move a robot in a grid to a gray square. The program segment uses the procedure GoalReached, which evaluates to true if the robot is in the gray square and evaluates to false otherwise. The robot in each grid is represented as a triangle and is initially facing left. The robot can move into a white or gray square, but cannot move into a black region.For which of the following grids does the program NOT correctly move the robot to the gray square? find the soulotion to this in eqaulity a > 3 janet gross salary is 24000 per month her tax free allowances are shown in the table below national insurance 2 1\2 ,personal allowances is 20000 what is her total tax allowances for the year Find the quotient of 6y^4+10y^3-8y^2divided by 2y.