- A 1 2 3 4 6 12
- B 1 2 3 4 5 6 12
- C 1 2 3 4 6 7 12
- D 1 2 3 4 6 12 14
ভাববাদ / মনোবিজ্ঞান / শিক্ষামনোবিদ্যা মনোবিজ্ঞান কী?
⚠ Report ✓ Question Verified Copy Link
class MCQ { public static void main(String args[]) { MCQ mcq = new MCQ(); mcq.test(12); } void test(int n){ for (int x = 1; x <= n; x++) if(n%x == 0) System.out.print(x+" "); } }
Learn More MCQ Questions from ভাববাদ / মনোবিজ্ঞান / শিক্ষামনোবিদ্যা মনোবিজ্ঞান কী?