下面程序的功能是求出用数字0 至9 可以组成多少个不重复的三位偶数。请分析程序填空。#include<stdioh>Main{int n=0,i,j,k;Fori=1;i<=9;i++Fork=0;k<=8; 【1】Ifk!=iForj=0;j<=9;j++If 【2】 n++;Printf