public class Main{ public static void main(String[] args){ for(int i = 0 __⑴__ i < 10 __⑴__ i__⑵__){ System.out.println(i); } } }