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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!