java set 6 ass
java set 6 ass
Short-Answer Questions:
1. OOP: Create a Mobile class with attributes brand, model, and price. Implement a
method to display mobile details.
2. Loop - Pattern Printing: Write a Java program to print the following pattern:markdown
* * * * *
* * * *
* * *
* *
*
3. Arrays: Write a program to nd the sum of even and odd numbers in an array
separately.
4. Control Structures: Write a program that checks if a given number is a perfect number
(sum of its factors excluding itself equals the number).
5. Operators: Write a Java program to demonstrate the use of relational and logical
operators.
fi