I just played slither.io and got a length of 50632! Can you beat that? http://slither.io



I WANNA SEE YOU BEAT ME ¯\_(ツ)_/¯ if my name is on the leader board it's kirishima​

Answers

Answer 1

Answer:

Nice

Explanation:

Answer 2

Answer:

well yes

Explanation:

can you plz tap the thanks button and rate 5 stars thx


Related Questions

Describe how to create a new folder on the desktop​

Answers

Justt create a new folder!

Where can page numbers appear? Check all that apply.

in the header
inside tables
in the footer
at the bottom of columns
at the top of columns

Answers

Answer:

in the header in the footer

Hope it helps!!!

Explanation:

When planning your App what difficulties did come across and why?

Answers

Answer:

1. An engaging app idea

2. Sufficient funds

3. Cross-platform apps

4. Interactive apps

5. Application content management

ETC...

There are a lot difficulties you might come across but thats based on your knowledge

what do we call goods that are no longer available once you have used them??​

Answers

Answer:

Either limited sources or extinct

Explanation:

Natural resources are things that can easily be replaced by nature. Limited resources are something that cannot be replaced by nature <33

Limited sources should be the answer

I need the answer ASAP. I’ll mark brainliest if right

Answers

Answer:

copy or repeat

Explanation:

Where do file name extensions appear?
(Select the best answer.)
O Above the file name
O Below the file name
O At the beginning of the file name
O At the end of the file name

Answers

Answer:

At the end of the file name

Explanation:

guys tell the answer correctly ​

Answers

Answer:

1st ans: where u can see yellow colored line

2nd ans: currency one

3rd ans: cells

Explanation:

In order to restrict editing to a document, a user will go to Review, , Restrict Editing, and will then select what kinds of editing are allowed.

Answers

Answer:

Then select No Changes (Read only) from the drop-down list

Explanation:

What happened to the badge system Brainly introduced the other day?

i went in my profile to see if there was more badges to earn (by this time i had earned the first three that were availible) and the tab for badges was gone, anyone know whats up?

Answers

Answer:

I don't know what happened to that system. I logged on today and saw it had disappeared too. I guess the badge system wasn't effective since many people earned them very quickly.

Explanation:

What is the term used for information being sent in a packet?


Webpage HTML
Packet contents
Data payload
Multimedia

Answers

Answer:

Data payload

Explanation:

A packets contains control information and a data payload.

Decimal numbers are based on __________.

letters (a and b)
16 digits
10 digits
two digits (1s and 0s)

Answers

They are based on 10 digits.

I’m not sure.

Answer:

They are based on 10 digits.

Explanation:

I just did the test and got the answer right.

• In determining the GCF of 3 and 1, case I applies because 3 is evenly

divisible by 1. The GCF of 3 and 1 is 1, and therefore the GCF of 7 and 3

is also 1.

hots

(a) The gcf method returns the greatest common factor of

parameters a and b, as determined by case I and case II. Write

the gcf method below. You are encouraged to implement this method

recursively

/** Precondition: a and b are positive integers.

Returns the greatest common factor of a and b, as described in part (a).

*/

public static int gcfint a, int b)

Answers

Answer:

I've added the complete code as a text attachment

Explanation:

This declares two variables as integer for input

       int f1, f2;

Prompts the user for two positive integer inputs

       System.out.print("Enter two positive integers: ");

This gets the two integer input from the user

       f1 = input.nextInt(); f2 = input.nextInt();

If both inputs are positive, the function is called and the gcf is printed

       if (f1 >0&& f2 > 0){

       System.out.printf("G.C.F of %d and %d is %d", f1, f2, gcf(f1, f2));}

If otherwise, a message is printed stating that only positive input is required

       else{            System.out.print("Positive inputs only");        }

   }

The function begins here

[tex]public\ static\ int[/tex] gcf(int a, int b) {

If the second number (b) is 0, the function returns the first number (a)

       if ([tex]b == 0[/tex]) { return [tex]a;[/tex] }

If otherwise, the function is called recursively

       else { [tex]return[/tex] (gcf([tex]b[/tex], [tex]a \% b[/tex])); }

   }

In this exercise we have to use the knowledge of computational language in C to describe the code, like this:

We can find the code in the attached image.

The code can be written more simply as:  

  int f1, f2;

Prompts the user for two positive integer inputs

      System.out.print("Enter two positive integers: ");

      f1 = input.nextInt(); f2 = input.nextInt();

      if (f1 >0&& f2 > 0){

      System.out.printf("G.C.F of %d and %d is %d", f1, f2, gcf(f1, f2));}

     else{            System.out.print("Positive inputs only");        }

  }

See more about C+ at brainly.com/question/25870717

In Java:

Assume the availability of an existing class, ICalculator, that models an integer arithmetic calculator and contains:

a private instance variable currentValue that stores the current int value of the calculator
a getter method for the above instance variable
methods add, sub, mul, and div
Each method in ICalculator receives an int argument and applies its operation to currentValueand returns the new value of currentValue. So, if currentValue has the value 8 and sub(6) is invoked then currentValue ends up with the value 2, and 2 is returned.

Write a public subclass, ICalculator1, based on ICalculator. The class ICalculator1 has one additional method, sign, that receives no arguments, and doesn't modify currentValue. Instead, it simply returns 1, 0 or -1 depending on whether currentValue is positive, zero, or negative respectively.

Answers

Answer:

A subclass?

Explanation:

A public subclass for ICalculator1 has one additional method, sign, that receives no arguments, and doesn't modify current Value. Instead, it simply returns 1, 0 or -1 depending on whether current Value is positive, zero, or negative respectively.

What is public subclass?

A member's access is declared to be public with the Java keyword public. All other classes can see members of the public class. This implies that a public field or method can be accessed by any other class. In addition, public fields can be changed by other public subclass or classes unless they are marked as final.

Further a subclass is defined as a class that is descended from another class (also a derived class, extended class, or child class). A superclass is the class from which a subclass is descended (also a base class or a parent class).

A public subclass for ICalculator1 has one additional method, sign, that receives no arguments, and doesn't modify current Value:

In Java,

public class ICalculator1 extends ICalculator {

public int sign() {

if (getCurrentValue() > 0)

return 1;

else if (getCurrentValue() == 0)

return 0;

else

return -1;

}

}

Therefore  the availability of an existing class, I-Calculator, that models an integer arithmetic calculator, above public subclass has been made.

Learn more about public subclass:

https://brainly.com/question/15992142

#SPJ12

What is the opinion that David Ellis has about technology

Answers

Answer:

his opinion is that technology is running our lives

Explanation:

lemme know if I needa right more

cual es la importancia de la red WAN

Answers

Explanation:

Las WAN se utilizan para conectar redes LAN y otros tipos de redes. Así los usuarios se pueden comunicar con los usuarios y equipos de otros lugares. Muchas WAN son construidas por una organización en particular y son privadas.

hi my name is jef and sug fdbdsghfda zkuiga gy jb dfsg sadHGa

Answers

I totally agree with what you're saying, man. How they haven't placed you upon a golden throne in a kingdom made of steel is something that nobody will ever find out.

How do you calculate the slope for a voltage-current graph?

Answers

Answer:

Choose two points on the line to work from (point C and point D).

Calculate the voltage difference between the two points (the RISE of the slope).

Calculate the current gap between the two points (the RUN of the slope).

Subtract the RISE from the RUN. This is the line's slope.

Explanation:

Stephen is creating video tutorials to sell his company's products. The target audience will consist of company employees using primarily new computers with the Windows operating systems and Internet Explorer 9. Stephen is debating whether to publish the videos using the MP4 or the OGG video format. Both formats are compatible with the HTML5 video element, which he is using in his tutorials. Which of the following would be a reason for Stephen to choose one format over the over?
A. The MP4 video format is a free open-source solution that is compatible with all browsers.
B. The OGG video format is a free open-source solution that is compatible with all browsers.
C. The MP4 video format is natively supported by Internet Explorer 9 and does not require a plug-in.
D. The OGG video format is natively supported by Internet Explorer 9 and does not require a plug-in.

Answers

Answer:

The answer is "Option C".

Explanation:

MP4 is a digital video filesystem that was firstly introduced in 2001. That very many platforms or applications throughout the digital market support MP4. Sound signals, video clips, yet still images, and text could be stored in an MP4 format, therefore internet Explorer 9 accepts the MP4 video format it does not have to have a plug-in.

what is local area network​

Answers

Explanation:

local area network is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building. By contrast, a wide area network not only covers a larger geographic distance, but also generally involves leased telecommunication circuits.

hope it helps

Answer and Explanation:

A local area network is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building. The function of Local Area Networks is to link computers together and provide shared access to printers, files, and other services..

WHAT IS A GOOD APP FOR REMOVING VIRUSES AND IT YOU DONT HAVE TO PAY MUCH FOR IT ????? PLEASE HELP ME

Answers

Answer:

Best free virus removal and free malware removal tools

Avira Free Antivirus – Offers a larger package of free security tools than most competitors, including real-time AV, malware removal, and a VPN. Bitdefender Antivirus Free Edition: Award-winning free version

Norton is a good one

please help me very important

Answers

Answer:

C, Or D.

Explanation:

Because A speed enhancing hard drive Can store any type of quick file if you just click on it will load fast. Same thing goes for a hard drive but you have to transfer the file

How will you apply the different wiring devices according to its main purposes and functions?

Answers

Answer:Wiring devices are current-carrying electrical or electronic products that serve primarily as a connection or control point for electrical circuits within a range of 0–400 amperes, 0–600 volts (AC and DC), and AC/DC (660 watts, 1,000 volts AC fluorescent) as well as certain non-current-carrying wiring devices and supplies.

Wiring devices include:

Convenience plugs and power outlets (plugs and receptacles)

Connector bodies and flanged outlets

Cover plates

General-use switches and dimmers

Lampholders (incandescent, fluorescent, cold cathode, neon, quartz lamps, and others)

Lighting control devices

Motion sensing and timer switches

Receptacles

Switch, outlet, FM/TV, blank, and telephone plates

Undercarpet premise wiring systems

Products include receptacle-type arc-fault circuit interrupters (AFCIs), protection devices that can detect an unintended electrical arc and disconnect the power before the arc starts a fire. AFCI technology in residential and commercial buildings is an important electrical safety device.

7.4 code practice question 1 edhesive

Answers

Answer:

7.4 Code Practice: Question 1

def GPAcalc(g):

if g == "a" or g == "A":

return 4

elif g == "B" or g == "b":

return 3

elif g == "C" or g == "c":

return 2

elif g == "D" or g == "d":

return 1

elif g == "F" or g == "f":

return 0

Explanation:

Answer:

def GPAcalc(letterG):

       if "a" in letterG.lower():

           return 4

       elif "b" in letterG.lower():

           return 3

       elif "c" in letterG.lower():

           return 2

       elif "d" in letterG.lower():

           return 1

       elif "f" in letterG.lower():

           return 0

       else:

           return("Invalid")

           

           

letterGrade = input("Enter your Letter Grade: ")

grade = GPAcalc(letterGrade)

print("Your GPA score is: " + str(grade))

Explanation:

yuh yuh

which category of computers would you place an n-series nokia phone

Answers

Answer:

under "portable smart phone" I would assume

Explanation:

The N-series Nokia phone will come under the category of portable computer.

What is a computer?

A computer is an electronic device that is configured for doing the task automatically after giving the command to the computer system. It automatically performs functions like perform arithmetic or logical functions.

The portable computer is a type of computer system that is handy and can be used from anywhere by carrying it, either in pocket or a bag. Therefore, the N-series Nokia phone is handy and can be carried in pocket anywhere.

Thus, it is a type of portable computer.

Learn more about portable computer, here:

https://brainly.com/question/20385904

#SPJ2

How many conditions are needed in a while loop that should run until a user guesses the correct number or until they have made five guesses?
Group of answer choices

0

1

2

3

Answers

[] Hello! []

Answer:

2

Explanation:

MS Coding 1 A ED

---------------------------------------------------------------------------------------

I hope this helpedBrainilest appreciated!

who doesn't like reeses

Answers

Answer:

I like Reeses. but then sometimes I don't

literally nobody lol

The number of mobile app users in 2022 is expected to reach _____.

178 billion
220 billion
200 billion
258 billion

Answers

Answer:

258B

Explanation:

What is the value of the variable result after these lines of code are executed?

>>> a=6

>>> b=2

>>> C=3

>>> result = a*b-alc

The value of the variable is

Answers

Answer:

W

Explanation:

W

Answer:

a + b - a|c = 7

Explanation:

"The output of bitwise OR is 1 if at  least one corresponding bit of two operands is 1. In C Programming, bitwise OR operator is denoted by |."

-Ayush Rikhra

Good Luck!

Answers for 1-6 on 9.3 Lesson Practice Edhesive?

Answers

Answer:

1.two

2.row, columns

3.will

4.realize

5.fabric

6.bandana

Explanation:

If this is the quiz after the videos here are the answers that got me through it

driswers.
In what two ways is the plain text form of markup languages an advantage?
Developers don't need a special program to view or edit it.
Developers can use it to make web pages more dynamic.
It is secure because developers can view it only in a text editor.
It is human-readable, but machines cannot read or change it.
It makes markup languages independent of hardware and software.

Answers

Answer:

Developers don't need a special program to view or edit it.

It makes markup languages independent of hardware and software

Explanation:

Markup just means that it's easily readable by humans. However, you'll often need specific software to be able to edit it, as opposed to plaintext, which could be edited in notepad.

Other Questions
Which is an example of antiracist behavior?A. Vilma says she likes her own curly hair.B. Vilma covers her skin with lotion so she won't get burned whenshe plays outside during the summer.C. Vilma teaches someone that it's wrong to make assumptionsabout a person based on the color of his or her skin.D. All of the above Please help!!!! Ill give you best answer!!! Solve the equation by completing the square10 points4) v2 + 16v + 35 =-4A) {-16 + V217, -16 - V217)B) -3, -13C) 7+ V71,7 V71)D) -8,-10 please help will mark brainliest!! (no links please) How was the addition of an improvement over early web design? Webpages could finally incorporate tables into the design. Webpage layout could finally format content blocks separately. O Webpage layouts were finally designed using HTML code. Webpages could finally incorporate images as layout elements. Which of the following numbers can be expressed as repeating decimals?5 over 7, 4 over 5, 7 over 9, 5 over 8 7 over 9 and 5 over 8 5 over 7 and 4 over 5 5 over 7 and 7 over 9 4 over 5 and 5 over 8 Evaluate the six trigonometric functions of the angle 075sin =csc =cos =sec 0 =tan A=cotA= Infer how jupiter could have become another sun if it had been larger Which six states joined Texas in seceding from the Union after the election of Abraham Lincoln to the presidency? a. South Carolina, Virginia, Tennessee, Georgia, Florida, Kentucky b. South Carolina, Mississippi, Florida, Alabama, Georgia, Louisiana c. Missouri, Tennessee, Alabama, Florida, Ohio, Virginia d. Kansas, New Mexico, Arkansas, Louisiana, Arizona, South Carolina Please select the best answer from the choices provided A B C D Which situation has the lowest cost per can?8 cans for $4.8812 cans for $7.202 cans for $1.6810 cans for $5.80 6. A clothes dryer uses 4000 W. The dryer is used for 4 h a week. Electricity costs$0.20/kW.h. How much money does it cost to run the dryer for 4 weeks? (3marks)Please help neeeee At Jefferson High School, there are 250 students who drive to school and 375 students who ride the bus to school. The statement below is incomplete.The number of students who drive to school is ___ % of the number of students who ride the bus to school.Which equation can be used to solve for the blank and complete the statement above?A. p=250/375 B. p=375/250 C. p=375/625 D. p=250/625 De dnde __________ t?Required to answer. Single choice.(2 Points)serestar8.El zapato _________ debajo de la mesa.Required to answer. Single choice.(2 Points)serestar9.Quin ________ aquella seora?Required to answer. Multiple choice.(2 Points)serestar10.Esas flores ________ de papel.Required to answer. Single choice.(2 Points)serestar11.El padre de Alicia _______ polica.Required to answer. Single choice.(2 Points)serestar12.Su madre _________ en Honduras.Required to answer. Single choice.(2 Points)serestar13.Manolo ______ alto y rubio.Required to answer. Single choice.(2 Points)serestar14._______ las cuatro y media de la maana.Required to answer. Single choice.(2 Points)serestar15.Marcos _____ primo de Mara.Required to answer. Single choice.(2 Points)serestar16.Joel ________ cantando.Required to answer. Single choice.(2 Points)serestar17.Juan y Jos _______ cansados.Required to answer. Single choice.(2 Points)serestar18.Marta _________ enferma.Required to answer. Single choice.(2 Points)serestar Liang Company began operations in Year 1. During its first two years, the company completed a number of transactions involving sales on credit, accounts receivable collections, and bad debts. These transactions are summarized as follows. Year 1 a. Sold $1,352,600 of merchandise (that had cost $976,400) on credit, terms n/30. b. Wrote off $20,100 of uncollectible accounts receivable. c. Received $674,300 cash in payment of accounts receivable. d. In adjusting the accounts on December 31, the company estimated that 2.80% of accounts receivable would be uncollectible. Year 2 a. Sold $1,552,800 of merchandise (that had cost $1,325,200) on credit, terms n/30. b. Wrote off $31,300 of uncollectible accounts receivable. c. Received $1,282,200 cash in payment of accounts receivable. d. In adjusting the accounts on December 31, the company estimated that 2.80% of accounts receivable would be uncollectible.Required: Prepare journal entries to record Liang's year 1 and year 2 summarized transactions and its year-end adjustments to record bad debts expense. (The company uses the perpetual inventory system and it applies the allowance method for its accounts receivable.) Someone help me please Given y varies directly as x, find the constant of variation k. 18. Jason is an average 15-year-old. His doctor tells him that his blood pressure is 122over 70. This means thatA. Jason has low blood pressureB. Jason has high blood pressurec. Jason's systolic blood pressure is 122 and his diastolic blood pressure is 70D. Jason's diastolic pressure is 122 and his systolic pressure is 70 Ruby uses 3/8 of a cup of blueberries for her smoothie. If she has 4 1/2cups of blueberries, how many smoothies can she make? PLEASE HELP ASAP I ONLY HAVE 5 MINUTES hellppppppppp due today *Why did Churchill of Great Britain and Roosevelt of the United States not trust Stalin of the Soviet Union?*A)These western leaders did not trust anyone who was not educated in the West or had not been freely elected into office.B)These western leaders believed that Stalin had another agenda to fulfill and was just using the war to fulfill this agenda.C) These western leaders were the head of democratic states and did not trust anyone who was a communist.D)These western leaders saw Stalin as a pawn being used by a more diabolical Soviet leader that they did not trust. a person has type B blood. What are all the possible blood types of his parents?