0% found this document useful (0 votes)
3 views

Java_Python_Programs

The document lists a variety of Java and Python programs, including basic operations like 'Hello World', mathematical functions such as 'Sum of Two Numbers', and algorithms like 'Bubble Sort' and 'Binary Search'. It also covers string manipulations, matrix operations, and number checks, providing a comprehensive overview of programming tasks in both languages. The content serves as a reference for common programming exercises and concepts.

Uploaded by

ckesava474
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Java_Python_Programs

The document lists a variety of Java and Python programs, including basic operations like 'Hello World', mathematical functions such as 'Sum of Two Numbers', and algorithms like 'Bubble Sort' and 'Binary Search'. It also covers string manipulations, matrix operations, and number checks, providing a comprehensive overview of programming tasks in both languages. The content serves as a reference for common programming exercises and concepts.

Uploaded by

ckesava474
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Java Programs

- Hello World

- Sum of Two Numbers

- Fibonacci Series

- Prime Number Check

- Factorial of a Number

- Palindrome Check

- Reverse a String

- Bubble Sort

- Linear Search

- Binary Search

- Matrix Addition

- Matrix Multiplication

- Armstrong Number Check

- Swap Two Numbers

- Find Largest Element in an Array

- Check Leap Year

- Convert Decimal to Binary

- Convert Binary to Decimal

- Simple Calculator

- Count Vowels in a String

- Find GCD of Two Numbers

- Find LCM of Two Numbers

- Check Anagram

- Remove Duplicates from Array

- Check for Armstrong Number


- Sum of Digits

- String Concatenation

- Insertion Sort

- Selection Sort

- Merge Sort

- Quick Sort

- Find Second Largest Element

- Print Pyramid Pattern

- Transpose of a Matrix

- Convert String to Date

- Convert Date to String

- Read and Write File

- Find the Frequency of Character in String

- Check for Pangram

- Caesar Cipher

- Count Words in a String

- Convert Hexadecimal to Decimal

- Convert Decimal to Hexadecimal

- Check for Palindrome Number

- Find Sum of Array Elements

- Find Maximum and Minimum of Array

- Check if Number is Perfect Square

- Print Diamond Pattern

- Find Root of Quadratic Equation

- Check for Armstrong Number in Interval


Python Programs

- Hello World

- Sum of Two Numbers

- Fibonacci Series

- Prime Number Check

- Factorial of a Number

- Palindrome Check

- Reverse a String

- Bubble Sort

- Linear Search

- Binary Search

- Matrix Addition

- Matrix Multiplication

- Armstrong Number Check

- Swap Two Numbers

- Find Largest Element in an Array

- Check Leap Year

- Convert Decimal to Binary

- Convert Binary to Decimal

- Simple Calculator

- Count Vowels in a String

- Find GCD of Two Numbers

- Find LCM of Two Numbers

- Check Anagram

- Remove Duplicates from Array

- Check for Armstrong Number


- Sum of Digits

- String Concatenation

- Insertion Sort

- Selection Sort

- Merge Sort

- Quick Sort

- Find Second Largest Element

- Print Pyramid Pattern

- Transpose of a Matrix

- Convert String to Date

- Convert Date to String

- Read and Write File

- Find the Frequency of Character in String

- Check for Pangram

- Caesar Cipher

- Count Words in a String

- Convert Hexadecimal to Decimal

- Convert Decimal to Hexadecimal

- Check for Palindrome Number

- Find Sum of Array Elements

- Find Maximum and Minimum of Array

- Check if Number is Perfect Square

- Print Diamond Pattern

- Find Root of Quadratic Equation

- Check for Armstrong Number in Interval

You might also like