Search:

Type: Posts; User: Seananigans

Search: Search took 0.17 seconds.

  1. Re: Coding a statement that increments from 20-40 (only in even numbers) - fall-thru switch

    Thank you for the explanation. Our instructor was using it to illustrate the switch-case fall-through, and I wanted a clearer understanding.
  2. Fall-thru Switch

    Hello all,

    I need help comprehending a fall-thru switch that would increment 20-40 using even numbers, and how to catch the odd numbers using the option in the switch.

    Here is my code:

    ...
  3. Coding a statement that increments from 20-40 (only in even numbers) - fall-thru switch

    Hello all,

    I need help comprehending a fall-thru switch and how to catch the odd numbers using the option in the switch.

    Here is my code:


    public class HolstienSFallThruSwitch

    {
Results 1 to 3 of 3