Hi there
Im trying to program a simple project for school but am having troubles. I need to ask a person to enter a number which displays on screen, then multiply that same number buy itself. I can get the number entry part but keep getting errors from that point on. Can anyone steer me in the right direction as I'm going around in circles lol.
Much thanks for your help
Emma
Here is my code so far.
string number;
int timesNumber;
Console.Write("Please enter a number");
number = Console.ReadLine();
timesNumber = number *