Answer:
Create web and mobile applacations
Explanation:
Programmers primarily build and maintain software applications, including web and mobile applications.
What is software?Programmers typically work with software, which is a collection of instructions and programmes that instruct a computer or other electronic device on what to do.
They create, test, and maintain software applications for desktops, mobile devices, and the web using programming languages such as Java, Python, and C++.
Programmers create and maintain software applications, such as web and mobile applications.
They may also design the application's user interface and user experience, but they are not typically in charge of designing graphics for websites.
Furthermore, while programmers may be involved in troubleshooting and resolving issues related to the software application they have created, they are not typically in charge of repairing hardware such as computers and servers.
Thus, the correct answer is "Build and maintain network connections".
For more details regarding software, visit:
https://brainly.com/question/985406
#SPJ2
Which property do you use to align an element horizontally with the left or right edge of its parent element?
A.) position
B.) z-index
C.) float
D.) clear
Program with variables upload instructions
Answer:
Here, I made sure to incorporate variables just in case. You could change it to whatever you need.
Explanation:
v1 = "Hello world!"
v2 = "Spam"
v3 = "Eggs"
v4 = "SpamEggs"
v5 = "Spam Eggs"
v6 = "Spam Eggs"
v7 = 7.9
v8 = 20
v9 = 13
v10 = 5
v11 = 13
v12 = 10.8
v13 = 2.7
print(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13)
if you don't want it all on one line you could just print each variable individually :)
Answer:
Print(“Hello World!”)
Print(“Spam”)
Print(“Spam+Eggs”)
Print(“Spam Eggs”)
Print(“Spam Eggs”)
Print(“7_9”)
Print(“2”+”0”)
Print(“1”+”3”)
Print(“5”)
Print(“1”+”3”)
Print(“1”+”0”+”.”+”8”)
Print(“2”+”.”+”7”)
Explanation:
I think i did it lol, not sure