Answer:
data = [0,1,2,3,4]
for i in range(4):
print(data[i])
i+=1
Explanation:
Loops can be utilized in a listing process by looping back to a list with a variable while the loop increases that variable to give a different response from the list.
Powerpoint is a program that allows us to create professional looking multimedia presentations.
<h3>What is Multimedia presentations?</h3>
A multimedia presentation is a way of communication where we use audio,vedio,arts,drawings and other various ways to present communcations.
<h3>Why Ms-PowerPoint ?</h3>
Ms-PowerPoint consists of some simple and understandable features to make notes through slides create vedio and vedio editing, Coral Draws Audio editing etc.
We can create banners,record vedios,draw and design with the help of tools provided by powerpoint.
Powerpoint also helps to transform boring presentation to an eye catching presentation.
Learn more about PowerPoint here:brainly.com/question/10117380
Python:
sentence = “this is the sentence.”
size = len(sentence)
C++:
string sentence = “this is the sentence.”
int size = sentence.size()
* Remember strings are just arrays of characters.
A has a comma then and so that isn't correct
B should be and I am
D should have an and in it
C is correct
Answer:
Database Management Software.
Explanation:
The software that provides the mechanism to access the database is called Database Management Software.There are two types databases SQL and No SQL.There are various types of database Management Software present online for ex:-My SQL,Microsoft SQL server,Microsoft Access,Postgres SQL,Mongo DB etc.