© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
11 replies
Mary Cooper

✅ c# beginner help

Im wanting all of the times tables to list as soon as i click type the number and click enter but its making me click enter to display each time table. Thanks

Console.WriteLine("Enter number to see times table!");
int multiple = Convert.ToInt32(Console.ReadLine());
for (int number = 0; number < 13; number++)
{
Console.ReadLine();

int result = multiple * number;
Console.WriteLine($"{number} * {multiple} = {result}");

}
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

c# beginner
C#CC# / help
17mo ago
❔ C# Beginner
C#CC# / help
4y ago
❔ C# Beginner Book
C#CC# / help
3y ago
❔ C# Books/Resources [Beginner]
C#CC# / help
3y ago