What's wrong in this code?Why is it showing " no output" message? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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); } } }

18th May 2018, 4:08 AM
DEV RAAZ
DEV RAAZ - avatar
4 Answers
+ 1
oh there must be some system problems in mine then. Thanks anyway.
18th May 2018, 4:28 AM
DEV RAAZ
DEV RAAZ - avatar
+ 1
it works fine,could be that you have a weak signal whilst running the playground
18th May 2018, 4:28 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
it's working fine
30th May 2018, 2:10 AM
Donaustin
Donaustin - avatar
0
https://code.sololearn.com/cQk0xr1vfQZb/?ref=app showing the same .don't know why?
20th May 2018, 8:10 PM
Spiritual Human