I want my program to replace tabs with spaces.1tab=4spaces.Example:aa(tab)aaa(tab)a(tab)aaaa(tab)=aaxxaaaxaxxxaxxxx I think that my program works corectly but when a write aaa(tab)a it must show...