ShivangiSingh17 / Java-Jet

This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
19 stars 121 forks source link

Divisibility #131 #154

Open afflato opened 4 years ago

afflato commented 4 years ago

Divisibility #131

Java 8 version of Code that prints all the values divisible by 7 in the range of 1 to 100 in reverse order

@ShivangiSingh17 Kindly review functional style solution of the same problem