Computer Science, asked by kumar23951, 6 months ago

F. Write the following programs in VB: -
1. Print the series of even numbers from 1 to 50.​

Answers

Answered by divyasingh0264
0

Answer:

it is so easy

Explanation:

Write a C program to print even numbers between 1 to 100 using for loop.

Write a C program to print all even numbers between 1 to N using while loop.

Required Knowledge

C printf and scanf functions

For loop in C

While loop in C

C program to print even numbers between 1 to 100 using for loop

Similar questions