Question: 1. Create a method that: receives no parameter asks the user for a number Remember that the Console.ReadLine() method gives you a string. returns the
1. Create a method that: receives no parameter asks the user for a number Remember that the Console.ReadLine() method gives you a string. returns the number as an integer
2. Create a method that: Receives a number (the one you returned from #1) as a parameter Add one to the number return the number that you added one to it
3. Create a method that: Receives the number as parameter (the one you returned from method #2) Prints I heart this class on a loop Use the number as the length of the loop
This is for C# Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
