Computer Science, asked by singhshivindra161, 1 day ago

Write a C++ program to display the number 0-5 using 'for loop or while loop'​

Answers

Answered by singhdipti852
2

void main

{

int i;

for(i=0;i<=5;i++)

printf("%d",)

}

Answered by maraskolhechitra
1

Answer:

c++++++++ program to display

Similar questions