[*when I use any kind of loops after I run the code nothing happens
I use dart language and IDE IntelliJ IDEA *][1]
List names = ['Abdo','Seada','Ahmed','Goda']; int i; for(i=0; i>names.length; i++){ print(names[i]);
0
votes
Welcome to SO. please edit your question to show the code as text not as an image. Please also take a moment to review How to Ask
– MendelG