© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
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
s
e
c
u
n
d
e
:
"
)
;
int input
= Console
.ReadLine
(
)
;
Console
.WriteLine
(input
* 2
)
;
}
}
it says it cant convert string to int but why
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
✅ whats wrong
C
C# / help
2y ago
❔ whats wrong with this??
C
C# / help
3y ago
I dont understand whats wrong?
C
C# / help
4h ago
whats wrong with my code? [Answered]
C
C# / help
4y ago