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