Compete the code to count how many numbers between 16 and 20…
Compete the code to count how many numbers between 16 and 200 are divisible by 3. Print the counter. // Code required int counter =0; for ( ) { if ( ) { } // print the how many divisible by 3 }