Please help me figer out hot to change the letter to a C

Please Help Me Figer Out Hot To Change The Letter To A C

Answers

Answer 1

Answer:I

I do not know sorry, but I will try and see if I can sear how to do it..

Explanation:

Answer 2

Answer:

find where it says d and delete it and add a c

Explanation:

but if you reload it will go back to normal


Related Questions

Which of these is a small'plain text file that a website might place on your local drive? Choose the answer.

cookie

spam

virus

spoof

Answers

The answer would be cookie

Answer:

the is anwer is cookie i took the test i made sure is the right anwers

Explanation:

How do I send the face to the back? Seriously, I can't find out how...

Answers

Answer:

i think you can layer it :)

Explanation:

nice drawing btw!

Which are viable channels of communication? the Internet, sign language, playing a video game alone, talking, taking a solitary walk​

Answers

Answer:

The Internet, sign language, and talking

Explanation:

What kinds of objects might benefit from the use of the Loop Cut and Slide tool, and why? In your own words, how does edge loop manipulation “work?”

Answers

Answer: it doesn’t. The demons are coming

Which of the following expressions will evaluate to true? (3 points)

7 == 7.0
7 != 7.0
7 < 7.0
Question 1 options:

1)

I only

2)

II only

3)

III only

4)

I and III only

5)

II and III only
Question 2 (3 points)
Saved
Which of the following expressions will evaluate to true? (3 points)

12 / 5 != 2.0
12 / 5.0 == 2.0
(int)(12.0 / 5.0) == 2.0
Question 2 options:

1)

I only

2)

II only

3)

III only

4)

I and II only

5)

I and III only
Question 3 (3 points)
Assume an integer variable named num is assigned a value of 20. What is the value of num - 7 < 15? (3 points)

Question 3 options:

1)

True

2)

False

3)

0

4)

1

5)

An error occurs
Question 4 (3 points)
What is the result of the following code segment? (3 points)

int x = 10;
if(x + 1 < 20)
x += 5;
System.out.println(x);

Question 4 options:

1)

10

2)

11

3)

15

4)

16

5)

20
Question 5 (3 points)
Assume the integer variable num has been assigned a valid value. What is the purpose of the following code segment? (3 points)

if(num % 10 != 0)
System.out.print(num);

Question 5 options:

1)

It prints num if its value is a multiple of 10.

2)

It prints num if its value is not a multiple of 10.

3)

It always prints the value of num.

4)

It never prints the value of num.

5)

An error occurs at compile time.

Answers

Answer:

A and B

Explanation:

ADVENTURE BOOKS 123
time 4 a story and questions
(this is just a made up story........)

One groggy day The President shows up on the news and he starts arguing with the news woman and he tells her he wants to be the one who informs everyone and guess what? thats what happened.so he walks up to the camera and spills the beans this is what he said Fellow humans i figured you would like to hear this news ........
26harrisona avatar
we are going to have to go into lockdown so if you would like to leave the state you may,.................
ADVENTURE BOOKS 123
time 4 a story and questions
(this is just a made up story........)

One groggy day The President shows up on the news and he starts arguing with the news woman and he tells her he wants to be the one who informs everyone and guess what? thats what happened.so he walks up to the camera and spills the beans this is what he said Fellow humans i figured you would like to hear this news ........we are going to have to go into lockdown so if you would like to leave the state you may,.................cov-id is going to become the ap-ocal-yp-se ......(you)so you have decided to go to an island that is called ----------- (made up name.....)cov-id is going to become the ap-ocal-yp-se ......(you)so you have decided to go to an island that is called ----------- (made up name.....)so you gather your supplies you can chose (20) things only 20 you have to name everything before you leave the state .

Answers

haha, interesting story.

What even is this. Can someone help please.

Answers

Answer: it’s a broken hard disk/drive.

Explanation: That screen usually shows when your hard drive is damaged or broken. You’ll most likely need a new one and download professional tools to recover any lost data

try pressing a key? Just read it and do what it says and see if you get back to the main window

Which of the following is an advantage of using
the sort procedure? Check all that apply.
preserves cell formatting and formulas
saves time
deletes extraneous data
avoids copy-paste
organizes data so it is easier to draw
comparisons
navigates to a specific page, table, or object

Answers

Answer: preserves cell formatting and formulas

saves time

avoids copy-paste

organizes data so it is easier to draw comparisons

Explanation: just did it

The advantage of using sort procedure is that it saves time and organizes data so it is easier to draw comparisons.

What is sort procedure?

Sort procedure is the process by which data or elements are being arranged in a particular kind of order for an easy access.

The importances or advantages of Sort procedure in data preparation are:

to save the user's time and

organizes data so it is easier to draw comparisons.

Therefore, the advantage of using sort procedure is that it saves time and organizes data so it is easier to draw comparisons.

Learn more about data here:

https://brainly.com/question/25720881

#SPJ2

When might you use the Internet without accessing the World Wide Web?

Answers

Jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj

ILL GIVE BRAINLIEST TO FIRST ANSWER David is adopting an iOS app from a non-retina screen to a retina screen. The app currently works at a pixel density of 150DPI, what density should it be on a retina screen to maintain its apparent size?

Answers

Answer: what density should it be on a retina screen to maintain its apparent size?

Wanna song to vibe to? Listen to Streets by Doja cat

Answers

Answer:

Ooo I'll listen to it and see if I like it lol

Answer:

agreed very much

Explanation:

You have this code in your program.

from array import *
K = array('b',[10, 5, 2, 7])

Which line of code will add 12 to the array?

Answers

Answer:

K.append(12)

Explanation:

From the question, the array name is K.

In python, to add to an array, you make use of the following syntax.

[array-name].append(value)

In this case:

[array-name] = k

and the value to be added is:

value = 12

So, we have:

K.append(12)

Question 29 :What is the term for the part of a browser responsible for reading and processing programming languages

Answers

Answer:

The appropriate approach is "Interpreter".

Explanation:

An interpreter would be a computer application that is being used straightforwardly start executing application programs published using another one of the elevated languages of the computer.

There have been 2 criteria for selecting programs that are published throughout an elevated language. Just like:

To implement the program. Transfer the project across an interpreter.

Consider the following code:


public class B1

{


private int i;

private int j;



}


public class B2 extends B1

{

private int m;

private int n;



}


public class B3 extends B2

{

private int z;



}


Which of the following sets of instance variables are directly accessible in class B3?

i, j, m, n

i, j, m, n, z

i, j, z

m, n, z

z

Answers

Answer:

The  answer is "z"

Explanation:

In this question, the "z" instance variable is correct because inside the class "B3" it declared a private variable "z", which is applied in the methods or data members or variables, and it is only accessible within the class, that they have been declared, and when we create its instance so, the object has been instantiated, and it is generated and accessible to all the builders, methods, or class blocks.

Answer:

4. m, n, z

Explanation:

This is because B3 extends off of B2. Meaning it has its own instance variables accessible, and can directly access the variable from it's super class, which is B2, which has m, and n.

What is a reason given in an argument why the claim is true?

A. Evidence
B. Heuristic
C. Claim
D. Premise

Answers

Answer:

A

Explanation:

A

The reason given in an argument why the claim is true is called; D: Premise.

When having an argument, the parties involved are trying to establish who is right about the topic of the argument based on the claims given by the parties involved in the argument.

Now, arguments get to a point where the parties involved would be required to bring forth a string reason why their position holds the best approach or is true and this position as to why their claim is true is called "premise" of the claim in the argument.

Read more about arguments at; https://brainly.com/question/3132210

In a particular spreadsheet, the data in each cell is password protected. When cells are selected, the formula is visible
in the formula bar. Which is true?
O The cells are locked and hidden.
The cells are locked and unhidden.
The cells are unlocked and hidden.
O The cells are unlocked and unhidden.

Answers

Answer:

Explanation:

Locked and hidden

Can Someone Please Help Me?! I Have already had a rough morning!

What is step one in the digital file organization process?

What is rule number one?

What is rule number two?

What is the obvious advantage to rule number two?

What is the tree structure?

What are two main ways to organize your files?

How should you name your files?

What is cloud storage?

What are some different cloud storage software?

What is the importance of backing up your computer?

Answers

Answer:

The first step to organizing your digital files is knowing and documenting what you need to keep and why. This means that you need to create record retention guidelines if they do not already exist. Typically, information needs to be kept for legal and accounting purposes.

Which statement is true?

You cannot create an empty deque.

You need to import the deque methods in order to use a deque.

You can use popleft with a list.

You need to import list methods in order to use a list.

Answers

Answer:

The answer to your question is B. I hope this helps. Have a wonderful safe day. <3<3<3

Explanation:

The right end of the queue can have elements added using the append() function, while the left end of the queue can have elements added using the appendleft() method. Thus, option B is correct.

What import the deque methods in order to use a deque?

The ability to add and remove items from the left end is one of deque's main advantages over a list. As was already indicated, a deque object is significantly more effective for these actions at the left end, especially as the queue size grows.

In a data structure, dequeue Both the input and output queues are constrained. Data can only be added from one end of an input restricted queue, but it can be removed from both ends.

Therefore, The most popular list-like data types in computing, queues and stacks, are implemented elegantly, efficiently, and Pythonically using deque, a low-level and highly optimized double-ended queue.

Learn more about deque here:

https://brainly.com/question/29733589

#SPJ2

Which step in the software development life cycle involves making improvements based on user feedback?

Coding
Design
Maintenance
Testing

Answers

Answer:

Design Phase

Explanation:

In design phase developers make prototypes. The prototype is the solution without actual implementation. That prototype is shown to the user for the purpose of getting feedback. So design phase of SDLC involves making improvements based on user feedback.

Answer:

Testing

Explanation:

When you test the game to see if it's fun you try to get feedback from users

Look at the following Python code:
word1 = "Umpire"
print(word1[1])

Which character will be indexed from word1 and printed to the screen? (5 points)

1. U
2. m
3. p
4. i

Answers

Answer:

2. m

Explanation:

Computers count starting from 0 so 1 would actually be the 2nd letter

What is the purpose of a forecast worksheet?

It uses historical data to predict one trend line.
It predicts trends using changing data onto one line.
It uses historical data to predict multiple trend lines.
It predicts trends using changing data onto multiple lines.

Answers

Answer: It’s a

Explanation:

I got it right on edj

(I WILL MARK BRAINLIEST) The High Importance message option is found in which group of the Message Ribbon?

Name
Include
Importance
Tags

Answers

Answer:

your answer should be tags. hope this helped:)

Explanation:

The High Importance message option is found in which group of the Message Ribbon?

Tags is the answer of this questions.

please mark as brainleiest and follow me....

If i hit the delete key three times what will be left

Answers

Answer:

planation:

I got this

Which of the following tags is used to create a horizontal line across the width of the Web page? A: <hr /> B: <br /> C: <line></line> D: <bar></bar>​

Answers

Answer:

<hr/>

Explanation:

hr stands for horizontal ruler.

Explain why configuration is essential in planning a project.

Answers

Answer:

Configuration management system helps in managing versioning of project management plans, documents and project components. This system may include Change Control System. Because the major cause of taking a new version for a component, document or plan in a project is a change

A MailTip is an instantaneous pop-up message that

warns users of bad email addresses.

forces the sender to check their grammar and spelling.

gives you real-time information about the message you are creating.

provides helpful hints on how to navigate the message controls.

Answers

Answer:

its (c)

Explanation:

Most sources consider the ARPA-NET project the birth of computer blank
.

Answers

Answer:

Networking

Explanation:

Answer:

networking i think

Explanation:

What is the most common digital photography file type?

Question 8 options:

TIFF


RAW


JPEG


PHO

Answers

Answer:

JPEG

Explanation:

Answer:

JPEG

Explanation:

What I Can Do

Activity: SHOW ME YOUR SKILLS

Directions: Show your skills in caregiving by answering the question. Focus your answer in the underline world.

1. You are assigned to take good care of your younger brother/sister and he/she is HUNGRY. What will you do?

2. Your mother wants to go to the market and you are assigned to take good care of your grandmother. Your grandmother has difficulty in walking. How do you take good care of her if she WANTS TO GO TO THE BATHROOM and when SHE IS HUNGRY?​

Answers

Answer:

1. I would cook or see there is any leftovers from dinner or do take out.

2. I would try and carry her but if I can't then I'll walk her to the bathroom. I make her what she wants.

Calcule la carga que puede levantar un cabrestante si la manivela mide 40 cm y el El radio del molinete es una tercera parte de la manivela, si hacemos un fuerza en el mango de 250 N

Answers

Answer:

C

Explanation:

because...

Other Questions
there are some peanuts and Almonds in a packet .the proportion of peanut is 2/3 of the total number of nuts in the packet You must always include a direction when recording an amount of energy. Is this true? Explain how seismic waves are used to determine composition, thickness and density of the interior of the Earth (write 2-3 sentences) Solve the equation for x. 5(2x 8) = 90 A) 5 B) 10 C) 13 D) 15 "The whole row of people on the opposite seat seemed to resolve into onemeaningless, staring face. What language device is used in this sentence? 7th grade slow math help please ! I need these all answerd really fast plz HELP PLS! IS THIS RIGHT? ONLY ANSWER IF YOU KNOW! THANKS! questions 27 and 28 please Richards Company manufactures a single product. All raw materials used are traceable to specific units of product. Current information for the company follows: Beginning raw materials inventory$10,000Ending raw materials inventory 12,000Raw material purchases 90,000Beginning work in process inventory 40,000Ending work in process inventory 25,000Direct labor 130,000Total factory overhead 60,000Beginning finished goods inventory 55,000Ending finished goods inventory 45,000 The company's cost of direct materials used, cost of goods manufactured and cost of goods sold is: if jordan runs 16 miles and Jake ran 18 times as many how many miles did jake ran Describe the relationship between peace and development In which phase of the ethical hacking methodology would a hacker be expected to discover available targets on a network Which best describes the Enlightenment's impact on democracy?A. The Enlightenment-inspired democratic ideas about the rights of man.B. The Enlightenment encouraged new democracies outside Europe.C. Only a few European democracies were impacted by the Enlightenment.D. Enlightenment ideas caused the downfall of some democracies. what are the three most important ethical principles that you feel organizations should adhere to in terms of their staffing philoshophies 20. The following are considered as ICT skills EXCEPTa. video, audio and textc. social media managemb. email management and setupd. online research 1. How many moles of magnesium is 3.01 x 10^23 atoms of magnesium? Please help due soon will give brainliest An atom of an unknown element contains 17 protons and 19 neutrons. The total number of electrons present in a neutral atom of this element is is 7.5 a even or odd number?