can any tell me the how to write the java code for below requirement

requirement: print numbers from 1 to 100 and
in the out put print , if (number %3==0) print "fizz" and if (number %5==0)...