You are on page 1of 2

Assignment I G4 CS Java Programming 1

Sata Technology & Business College (STBC)


Department of Computer Science & IT
Java Programming
Semester I
Due Date: Tuesday 12 December 2023 7:30 PM Total Mark: 15
Important Guidelines
- Each assignment must be done in a group of size at most four.
- Write a Java program by choosing one of the questions listed below. You can add extra
feature to get more marks.
- Cheating of any form will lead to strict penalty.
Write a Java program to
1. Check whether a string is a palindrome or not. (E.g., civic – reads the same backward or
forward)

2. Accept a string and change to lowercase or uppercase. Finally, display the new string.

3. Time Conversion - days to years, weeks and days.

4. Counting number of characters in words java swing.

5. Simple Authentication using Login JFrame

6. Convert weights in kg to other units

7. Temperature Converter - Celsius to Fahrenheit and vice versa

Tuesday 12 December 2023 | Total Mark: 15


Assignment I G4 CS Java Programming 2

8. Calculate rectangle area by taking input using JOptionPane and display via frame

9. Currency Converter for ETB to Dollar or vice versa and others too like the following

10. Vote for Class Representative – use radio buttons to select only one.

Tuesday 12 December 2023 | Total Mark: 15

You might also like