You can just drag and drop any picture into Microsoft word that you wish. And if it is to big you can resize with the arrows around the picture.
Answer:
because you are asking questions like this
Explanation:
when you ask questions you lose points
Answer:
Answered below
Explanation:
This is written in Kotlin programming language.
//Creating the class Car. The primary //constructor declares car's properties which //are initialized when it's objects are created.
class Car(
val type: String,
val gear: String,
val maxSpeed: Double,
val avgFuelConsumption: Double)
//Creating several objects of car.
val sedan: Car = Car("sedan", "auto", 23.4, 500)
val jeep: Car = Car("jeep", "manual", 40, 350)
val mini: Car = Car("mini", auto, 26.7, 86, 234)
B. When you copy text it remains in its original location and places it on the clipboard. Cutting text removes it from its original location and places it on the clipboard