Help me Correct it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Help me Correct it

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn { class Program { static void Sqr(int x) { x = x * x; Console.Writeline(x); } static void Main(string [] args) { Sqr(Console.ReadLine(int a[])); } } }

6th Sep 2019, 12:39 PM
Ali Nazeri
Ali Nazeri - avatar
1 Answer
+ 1
I need help no one know c#?
8th Sep 2019, 1:27 PM
Ali Nazeri
Ali Nazeri - avatar