Coding Exercise: Methods

Test yourself on the concept of methods in C#.

We'll cover the following...

Problem

This exercise creates a method to determine if a number is positive or negative. Create a console-based application for a PositiveOrNegative app that meets the requirements below:

  1. Write a method that receives an integer
...