Write a program to print numbers from 1 to 20 using a for loop.
Write a program to print all even numbers between 1 and 50 using a loop.
Write a program to find the sum of the first 10 natural numbers using a loop.
Write a program to print the multiplication table of a given number using a loop.
Write a program to count the number of digits in a given number using a loop.
Write a program to print numbers from 10 to 1 using a while loop.
Write a program to find the factorial of a number using a loop.
Create a list of 5 integers and print all elements using a loop.
Write a program to find the largest element in a list.
Write a program to find the sum of all elements in a list.
Write a program to count how many even and odd numbers are in a list.
Write a program to reverse a list using a loop.
Write a program to search for a given element in a list and display its position.
Write a program to remove duplicate elements from a list.
Part C: Loops with Lists
Write a program to print only the positive numbers from a given list.
Write a program to create a new list containing the squares of elements from an existing list.
Write a program to find the average of numbers in a list using a loop.
Write a program to count how many elements in a list are greater than a given number.

0 Comments:
Post a Comment