6x-7=2x+1
-2x. -2x
4x-7=1
+7. +7
4x=8
÷4. ÷4
x=2
what is Internet?Write its importance in the today world.
Answer:
Well it makes life easier of course we don't need it to survive but it just makes stuff easier
Explanation:
Answer:
The internet is a vast network that connects devices from all around the world allowing people to comment and share I information. the importance in today's world is extremely significant. People are able to communicate from any location. People can search anything up. People can make friends, videos and share ideas on the internet. people can have a voice through it and it greatly impacts our world as it has great impacts.
Create a paper of at least 1,800 words describing the situation you selected and explaining the logic that would support an array.
Answer:
I dont know about 1800 words but I sure can tell you abit about array
Explanation: Array in simple sense refers to a collection of similar data. It holds data which is homogeneous in nature, meaning they are all alike. The use of array provide a lot of advantages in the fields of computer programming. When you declare a variable for an array, you can store as much data as you wish in the same variable without having to declare many variables. A 2X2 dimensional array can also be used in programming which represents matrices as well. The search process in an array too is really convenient and time saving. Also in an array, accessing an element is very easy by using the index number.