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

Ques Java

The document lists 5 programming problems: checking if two strings are equal, displaying a reverse string, finding the sum of digits in a number, displaying a multiplication table, and displaying all prime numbers from 1 to 100.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Ques Java

The document lists 5 programming problems: checking if two strings are equal, displaying a reverse string, finding the sum of digits in a number, displaying a multiplication table, and displaying all prime numbers from 1 to 100.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1. Write a program to check whether two strings are equal or not.

2. Write a program to display reverse string.

3. Write a program to find the sum of digits of a given number.

4. Write a program to display a multiplication table.

5. Write a program to display all prime numbers between 1 to 100

1.Write a program to check whether two strings are equal or


not.

2.Write a program to display reverse string.

3.Write a program to find the sum of digits of a given number.

4.Write a program to display a multiplication table.

5.Write a program to display all prime numbers between 1 to


100

You might also like