Option1 Use ArrayList
For loop check user compare name in ArrayList if equals will show profile (id,name,gender,age)
Option2 Use ArrayList and Scanner
For loop check user compare name in ArrayList uu
if equals getId use to while loop and check getId compare id in ArrayList u if equals will show name followers
Option3 The same concept in Option2
But different conditions in while loop and show name followees
Option4 The same concept in Option2
Create 2 string[][] to get it checked when check completes will show name co-followers
Option5 The same concept in Option3
Create 2 string[][] to get it checked when check completes will show name co-followees
Option6