0
Do I need to add "division by module"?
3 Answers
+ 1
Why are you creating a separate function to take int input? Just say inside main
int a = int.Parse(Console.ReadLine())
+ 1
Great idea
+ 1
I think I can make new version
Thanks for your suggestion