Question: use two while loops to: count forward from 3 to 30 by 3's, skipping numbers divisible by 4 count backwards from 30 to 3 by
use two while loops to: count forward from 3 to 30 by 3's, skipping numbers divisible by 4 count backwards from 30 to 3 by 3's, skipping numbers divisible by 4 use modulo (%) to determine if divisible by 4 instead
use two for loops to mimic the same functionality above: count forward from 3 to 30 by 3's, skipping numbers divisible by 4 count backwards from 30 to 3 by 3's, skipping numbers divisible by 4 use modulo (%) to determine if divisible by 4 instead
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
