CSE and IT

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Write a Python program to convert binary to decimal using while loop?

2. Write a Python program to remove duplicate element from a list?

3. Write a Java program for linear search using 1. Array 2. Recursion?

4. Write a Java program to find cube of a number?

Write a Python program to split even and odd elements into two lists?

2 Write a Python program to display all integers within the range 100-200 whose sum of digits is
an even number?

3 Write a Java program to fine square root of a number without sqrt?

4 Write a Java program to swap two arrays without using temporary variable?

Write a Python program to sort dictionaries by key or value?

2. Write a Python program to print Fibonacci series using iterative and recursive method?

3. Write a Java program to reverse a number using 1. recursion 2. while loop?

4. Write a Java program to find 2nd smallest number in an array?

1. Write a Python program to convert binary to decimal using while loop?

2. Write a Python program to remove duplicate element from a list?

3. Write a Java program for linear search using 1. Array 2. Recursion?

4. Write a Java program to find cube of a number?

1 Write a Python program to split even and odd elements into two lists?

2 Write a Python program to display al integers within the range 100-200 whose sum of digits is an even
number?

3 Write a Java program to fine square root of a number without sart?

4 Write a Java program to swap two arrays without using temporary variable?

You might also like