Saved Bookmarks
| 1. |
2. There were children stood beside low stone wall. aप्लीज टेल मी फ्रेंड |
|
Answer» Answer: PUBLIC class Frequency { public STATIC void main(String[] args) { //Initialize array. int [] arr = NEW int [] {1, 2, 8, 3, 2, 2, 2, 5, 1}; //Array fr will store frequencies of element. int [] fr = new int [arr.length]; int visited = -1; for(int i = 0; i < arr.length; i++){ plz mark brainliest thank my answers follow |
|