79173394

Date: 2024-11-09 18:05:17
Score: 1
Natty:
Report link

you could try:

if (int.TryParse(input, out tinggi))
{
    ...code here
}
else
{
    Console.WriteLine("something in that language");
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cristian-Alexandru SANDU