class test{public static void main(String args[]){int a=100;while(a>=5){System.out.println(a);a=a-5;}}}流程图我就不画了...