Programming Examples
Write a Program to print all numbers from 0 to 6 except 3 and 6.
Write a Program to print all numbers from 0 to 6 except 3 and 6.
Output/ Explanation: 0
1
2
4
5
Write a Program to print all numbers from 0 to 6 except 3 and 6.
Output/ Explanation: 0
1
2
4
5