How do you send friend requests?

Answers

Answer 1

Answer:

i dont know how too i dont think you can


Related Questions

Can you help me with these AP Computer Science Questions. (THIS IS DUE BY 1:30 PM today) you have to evaluate the Boolean Expressions.

Answers

Answer + Explanation:

'and' -> both statements are 'True' to evaluate as 'True'.

'or' -> at least one statement is 'True' to evaluate as 'True'.

1. True (grade has the value of 82, so the statement evaluates to 'True').

2. True (Both statements are true, this expression evaluates to 'True').

3. False (Both statements are false, this expression evaluates to 'False').

4. True (the != operator means not equal. Since the 'name' variable holds the string 'Rumpelstiltskin', name != 'Rumpelstiltskin' evaluates to 'False'. The 'not' operator returns the opposite of the given Boolean expression, so this expression evaluates to 'True').

5. True (name == 'Rumpelstiltskin' evaluates to 'True', so this expression is true).

6. False (All statements evaluate to 'False').

7. True (All statements evaluate to 'True').

8. False (All statements evaluate to 'True' except for not(x == - 3) which evaluates to 'False', so the whole statement now becomes false).

9. True (grade+5 < 90 and grade >= 80 evaluates to 'True', so this whole expression becomes true).

10. True (grade > 0 and x % 2 == 1 evaluates to 'True')

Hope this helps :)

In this exercise we have to have knowledge about computation, in this way it will be possible to analyze the code in python. So we will have:

1) True

2) True

3) False

4) True

5) True

6) False

7) True

8) False

9) True

10)False

In this way to understand the code we have to make clear an important point, that is:

'and' -> both statements are 'True' to evaluate as 'True'. 'or' -> at least one statement is 'True' to evaluate as 'True'.

1) The grade has the advantage of 82, so the charge evaluates to 'True'.

2) Both charge exist valid, this facial appearance evaluates to 'True'.

3) Both account of finances happen dishonest, this facial appearance evaluates to 'False'.

4)The 'not' manipulator returns the opposite of the likely Boolean verbalization, so this facial appearance evaluates to 'True'.

5) The name == 'Rumpelstiltskin' evaluates to 'True', so this facial appearance exist real.

6) All account of finances judge to 'False'.

7) All assertion judge to 'True'.

8) All account of finances judge to 'True' except that not(x == - 3) that evaluates to 'False', so all affidavit immediately enhance dishonest.

9) The grade+5 < 90 and grade >= 80 evaluates to 'True', so this whole verbalization enhance real.

10) The grade > 0 and x % 2 == 1 evaluates to 'True'.

See more about computation at brainly.com/question/26104476

differentiate between refraction of light and reflection of light

Answers

Refraction represents a change in the direction of propagation when beams of light encounter a medium with a different density.

Reflection is the return of light to the medium it came from when it encounters a mirror.

Reflection is the bouncing back of light when it strikes the smooth surface. Refraction is the bending of light when it travels from one medium to another .

how do you change your snap c hat name plz?

Answers

You can’t change it!! I know it sucks:(

Answer:

You can't change your username but you can change your name.

Explanation:

Tap on the friend's name you'd like to change. Tap on the settings icon that appears next to their name off to the right. Tap on Edit Name in the popup menu. Type in the name you'd like to appear when this person communicates with you.

10
Select all the correct answers.
Which statements are true regarding system and application software?
System software consists of only the OS and application software.
A program is a set of instructions that helps the user understand the functioning of the computer.
Ооооо
An OS acts as an interface between the hardware and the user.
Application software allows users to perform various tasks.
Disk cleaner, resource monitor, etc. are all examples of application software.
Reset
Next
Next

Answers

Answer:

Keyboard

Explanation:

l think it is the key board

When Mark completed his research paper, he decided that he wanted to have all headings to be in bold, underlined, and 14 points. Which keyboard combination could he use to make these changes at once?

Answers

CTRL/CMD + B (BOLD)

CTRL/CMD + U (Underline)

CTRL/CMD + ] or [ (change font size)

which member of the Jackson family was the spokesperson for the Psychic Friends Network.​

Answers

Answer:

La Toya Jackson

Explanation:

Read each example from the opening of a speech on the topic of video gaming. Identify the type of hook being used According to a recent study, the average American teenager spends nine hours a week playing video games. Too many students are spending too much time playing video games. Once, I played video games for so long that my fingers cramped up, and I couldn't write for a week! Excessive video gaming has "been linked by many studies to aggressive behavior,' according to a 2012 news героrt. 7​

Answers

Answer:

it goes c, b, b, a

Explanation:

What is the use of consonant in QBASIC ? Answer me in short and easy answer.​

Answers

Answer:

See Explanation

Explanation:

I'll assume the question is about the use of constants in QBasic because consonants do not have any special function or usage in QBasic.

In simple terms: In QBasic, constants are used to represent elements that do not change in value during program execution.

Take for instance, you intend to use [tex]\pi[/tex] in your program.

Its value is [tex]\pi = 3.142[/tex]

So, 3.142 will always be a constant in your program. One of the ways it can be used in a program is:

10 LET PI = 3.142

The above represents a numeric constant. QBasic also have string constants.

Which of the following best describes the purpose of an IP address?

Answers

To locate somebody. Mabey to send mail to.

Answer: C

Explanation:

Each connected device has its IP address. However, all the connected devices are included under your main public IP address for your network.

Your ISP (Internet Service Provider) provides a public IP address via your router. The ISP will have a sizeable pool of IP addresses they have bought. They distribute these to their various customers.

Who Find the exact web server that hosted the website by looking in a huge database of internet addresses

Answers

Answer:

The Internet service provider (ISP)

Explanation:

The internet service provider provides individuals and other companies access to the internet and other web services. The internet service provider looks through a huge database of internet addresses to find the exact web server that a website is hosted on when a query is sent.

SOMEONE PLEASE HELP ME FAST PLEASE!!!

Answers

Answer:

I think it the first one

Explanation:

-(PROJECT: SHADOW_ACTIVATED.)-

Answers

Answer:

OH NO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Explanation:

WE'RE GONNA DIE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

(?_?)             o_O               O_o              (¯(●●)¯)

Which one of these is not an area of AI? Computer vision/image, recognition Voice recognition, Robotics, Web design

Answers

Answer:

Computer vision/image

computer vision/images

SOMEONE PLEASE HELP ME OUT WITH!!!!!

Answers

i’m pretty sure it’s the second one. that’s what i’d choose
I’d chose the second one

Write a program to input a number and check whether it is divisible by 5 or not​

Answers

Answer:#include<stdio.h>

void main()

{

        int a;

        clrscr();

        printf ("Enter the no.");

        scanf("%d",&a);

        if(a%5==0)

         {

            printf("No.is Divisible by 5");

         }

        else

        {

              printf("No is not Divisible by 5");

        }

              getch();

}

ull be my american girl american girlr

Answers

Answer:

Wuuut

Explanation:

you crazy

Please help in Java!! Due tonight!!! Greatly appreciated!!

Answers

Answer:

d. Mystery2

Explanation:

static methods can be called without an object instance.

The getDouble() method uses ints, so pass in an int.

How can your web page design communicate your personal style

Answers

Answer:

Web design is very unique, you can express your feelings through creating a page.

Some students are studying the amount of pollution in a river They are using a computer to measure the pollution level using sensors to record and print the result.
Name two sensors they should use to measure the amount of pollution.

Answers

Answer:

optical sensors

Explanation:

optical sensors measure the amount of gases like carbon dioxide and carbon monoxide in the air

Geneiva is looking for a document. She hasn't used this document in years, and yet it is still in Recent Documents. Which of the following best explains the this?
A) She is experiencing a computer glitch that allows Recent Documents to retain all used documents.
B) She has used fewer than nineteen other documents since the last document was last used.
C) The document is pinned, and she is experiencing a computer glitch that allows Recent Documents to retain all used documents.
D) The document is pinned, or she has not used nineteen documents since the document last was last used.

Answers

Answer:

The document is pinned, and she is experiencing a computer glitch that allows Recent Documents to retain all used documents.

Explanation:

imm jus different

Explanation:

Answer is D i just did the review

After running the following pseudocode, what will the value of VARIABLE be? 1. Set value of VARIABLE to 5 2. Increase the value of VARIABLE by 3 3. If the value of VARIABLE is odd, increase its value by 1 4. If the value of VARIABLE is even, increase its value by 1 5. If the value of VARIABLE is odd, increase its value by 1​

Answers

Answer:

10

Explanation:

you start with 5       5

you add 3                8

the variable is not odd so skip         8

the variable is even so add 1            9

the variable is odd so add 1              10

10

hope this helps <3

What responds to both visual appeal and functional needs? (1 point) A.) applied art B.) performance art C.) fine art D.) visual art

Answers

Answer:

A.) artes aplicadas

Explanation:

Write a method called removeHighPrice that will go through a provided ArrayList called prices and removes the first price that is more than $5.00 and return the new ArrayList. If a price over $5 is not found, it returns the original ArrayList.

Answers

Answer:

The method written in Java is as follows:

public static ArrayList<Double> removeHighPrice (ArrayList<Double> prices){

       for(int i =0;i<prices.size();i++){

     if(prices.get(i) > 5.00){

         prices.remove(i);  

         break;

     }

 }

 return(prices);  

 }

Explanation:

This line declares the method

public static ArrayList<Double> removeHighPrice (ArrayList<Double> prices){

This line iterates through the ArrayList named prices

       for(int i =0;i<prices.size();i++){

This checks if current price is greater than 5

     if(prices.get(i) > 5.00){

If yes, the price is removed

         prices.remove(i);  

And the loop is terminated

         break;

     }

 }

This returns the ArrayList

 return(prices);  

 }

I've added as an attachment, the complete program which includes the main method

Order the steps for using the Rules Wizard to create an email rule.
Select the Home tab, and
click Rules button.
Click New Rule, and select Make any exceptions, and
a template.
name the rule.
Edit a description of the
rule by adding values.
Select Manage Rules and
Alerts

Answers

To use the Rules Wizard to create an email rule, you can follow these steps:

Select the Home tab and click the Rules button.Click New Rule and select a template.Edit a description of the rule by adding values and making any exceptions.Name the rule.Select Manage Rules and Alerts to save the rule.

What is the email rule about?

Below is the process in a more detailed form:

Open your email client and go to the Home tab.Click the Rules button, which is usually located in the Move section of the ribbon.In the Rules dialog box, click the New Rule button.In the Rules Wizard, choose a template that best fits your needs. You can also choose to create a custom rule by selecting "Start from a blank rule."Follow the prompts in the wizard to specify the conditions and actions for the rule. You can specify values and exceptions, such as the sender or recipient of the email, or the subject of the email.Give the rule a name and click Finish to save the rule.

Therefore, To manage your rules, click the Manage Rules & Alerts button in the Rules dialog box. From here, you can edit or delete existing rules, or create new ones.

Learn more about email rule from

https://brainly.com/question/4783467
#SPJ1

Consider Emily's balance statement:

a) Emily's supervisor asked her to revise the balance statement. What does she need to revise? Why?

Answers

Answer: The purpose of a balance sheet is to give interested parties an idea of the company's financial position, in addition to displaying what the company owns and owes.

Explanation:

development of smart phone​

Answers

Answer:

The first smartphone, created by IBM, was invented in 1992 and released for purchase in 1994. It was called the Simon Personal Communicator (SPC). While not very compact and sleek, the device still featured several elements that became staples to every smartphone that followed.

Liam is at the park an would like to play soccer. He tell another kid at the park that he would hurt him if he couldn't play soccer. The kid at the park should...
1. control his emotions and ask liam to stop because this is intimidation.
2. get angry and ask Liam to stop because this is intimidation.
3. tell someone what happened because this is exclusion.
4. tell Liam he is going to hurt him and walk away because this is exclusion.​

Answers

Answer:

1

Explanation:

We know that he shouldn't get angry because that will only escalate things. It is not 3 or 4 because he isn't excluding him, but rather forcing him to join. Ergo it is option 1

how can i fix this???

Answers

Answer:

ummm it seems like that you've destroyed (crack) your screen. Either take it to a repair shop or if you know how, try fixing it yourself

Select the correct answer.

Which aspect of visualizing rationalized space requires that objects must have relative space between two surfaces?

A.
color
B.
light
C.
elevation
D.
shadows

Answers

it’s B i think, not exactly sure though

In what type of attack does the attacker have the ciphertext of several messages that were encrypted with the same encryption algorithm, but has no access to the plaintext so he or she must try to calculate the key used to encrypt the data

Answers

in ciphertext-only.

EXPLANATION: it is an attack model for cryptanalysis where the attacker is assumed to have access only to a set of ciphertexts. The attack is completely successful if the corresponding plaintexts can be extracted or, even better, the key.
Other Questions
What would happen in a cell if the DNA was destroyed completely or changed in any way? How does the Middle Passage relate to triangular trade? A. Africa exported slaves to Europe. B. Europe exported slaves to Africa. C. North America exported slaves to Europe. D. North America imported slaves from Africa. paraffin wax is used to make candlestrue or false what is the rule of law in the constitution? 20 Points! WILL Give brainiest!Qu frases de la derecha se relacionan con las palabras o frases de la izquierda? How does each branch of the 3 branches of government check the power of the other 2 branches? The temperature in degrees Fahrenheit, F, is related to the temperature in degrees Celsius, C, by the equation F=9/5C+32.a. In the Sahara desert, temperatures often reach 50 degrees Celsius. How many degrees Fahrenheit is this? degrees Fahrenheit b. In parts of Alaska, the temperatures can reach -60 degrees Fahrenheit. How many degrees Celsius is this? degrees Celsiusc. There is one temperature where the degrees Fahrenheit and degrees Celsius are the same, so that C=F. Use the expression from the equation, where F is expressed in terms of C, to solve for this temperature.C = State Cevas theorem Plz plz help plz plz Ill give brainlist Solve the system by substitution.y = 3x + 14y = X vary hard 6th grade work What part of the cell is considered the control center inEukarayotes If point P is Four-sevenths of the distance from M to N, what ratio does the point P partition the directed line segment from M to N into? What Is the slope of the line that passes through these two points (-5,7) and (6,4) Stefan sells Jin a bicycle for $115 and a helmet for $17. The total cost for Jin is 110% of whatStefan spent originally to buy the bike and helmet. How much did Stefan spend originally? Howmuch money did he make by selling the bicycle and helmet to Jin? 6x2 - 19x + 15Helpp Why are neuron connections important? They determine everything that happens in the brain They determine the gender of the child They only develop in healthy children They will form after a child recognizes his or her mother Approximately 60 percent of municipal solid waste in the United States is composed of some form of organic matter that could be composted. Every American generates approximately 2 kg of waste every day. The amount of compostable waste that could be generated by one individual in a week would be closest to how many moons total do the inner planets have? Select the correct answer. I offer Mrs. Patel, my friend's mom, some hot chai. I am proud to have mastered the South Asian art of making tea with milk, sugar, and spice. Today, I am excited to have a native of India try my tea. I even pull out a tray and my nicest mug to treat my guest with the utmost respect. Her eyes become wide as she takes the mug from the tray. "Wow! Even the mugs are twice the size we have back home," she utters, gasping. "Do you mind serving me only half a cup?" I give in to her request and offer her half a mug of tea. That is when I realize that everything around me is bigger and more than it should be. I think about my walk-in closet overstocked with clothes I hardly wear. This is just the beginning of my realization. Like many of my peers, I have become wasteful.Which of these sentences would the author most likely agree with?A. It is important to have different sizes of mugs.B. We must visit other countries while we are young.C. People should only have what they really need.D. People should try drinking more flavors of hot tea.