Answer:
The computer will follow the steps, but the program might not work.
Explanation:
I believe photoshop, or illustrator
Answer:
Take a piece of paper for example. You can write on it. The words the paper is the software because they are a thought description of what you want to express.
In contrast, the ink, pen, and paper that is used to write those words are the hardware parts because they are physical objects that is used to create that thought description.
Answer:
nah im good fam thanks for askin
Explanation:
Answer:
creating vector:
code:
to20 <-c(1:20) #creating to20 vector
end <-c(40:50) #creating end vector
to50 <-c(to20,21:30,end) # creating to50 vector
print(to50) # printing to50 vector
Explanation: