© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
4 replies
krfx

✅ whats wrong?

using System;

public class Program
{
public static void Main(int[] args)
{
Console.WriteLine("> Converteste minute in secunde:");
int input = Console.ReadLine();
Console.WriteLine(input * 2);
}
}

it says it cant convert string to int but why
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ whats wrong
C#CC# / help
2y ago
❔ whats wrong with this??
C#CC# / help
3y ago
I dont understand whats wrong?
C#CC# / help
4h ago
whats wrong with my code? [Answered]
C#CC# / help
4y ago