+ 2
What's wrong in this code?Why is it showing " no output" message?
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn { class Program { static void Main(string[] args) { int x = 10; int y = 4; Console.WriteLine(x-y); Console.WriteLine(x+y); Console.WriteLine(x*y); Console.WriteLine(x/y); Console.WriteLine(x%y); } } }
4 Réponses
+ 1
oh there must be some system problems in mine then.
Thanks anyway.
+ 1
it works fine,could be that you have a weak signal whilst running the playground
+ 1
it's working fine
0
https://code.sololearn.com/cQk0xr1vfQZb/?ref=app showing the same .don't know why?