Best practice: Put yourself in the place of the program. What steps would you personally need to perform in order to process a channel translation yourself? Write out those steps on paper as pseudocode and/or in Visual Studio as C# comments, and then implement them one by one, testing as you go. Remember to not write too much at one time. Always add and test functionality incrementally! Pseudocode:Although there are several valid ways to write the program, the following is an outline of one way to design the overall logic. - Declare variables for channel and call sign
- Get channel number from user
- Use appropriate decision structure to translate number to call sign
- If number is valid in area
|
Solution: DEVRY CIS170B all weeks ilabs [ all 7 weeks ]