Program two : What is the out put of this program?afjal.softcare (29)in #java • 8 years ago package simleprogram; public class FactorialNumber{ public static void main(String[] args){ int num=20,i=1; do{ if(num%i==0){ System.out.format(" %d ", i); } i++; }while(i<=num); } } #programming #language #it
plz output share
nice
good job
good
I like java programming language .but only computer solve the identical problem