+ 2

What will be output

using System; public class Program { public static void Main(string[] args) { Console.WriteLine(Math.Round(6.5)); Console.WriteLine(Math.Round(11.5)); } } a) 6 12 b) 6 11 c) 7 12 d) 7 11

16th Mar 2018, 9:21 AM
Ankit Kashyap
Ankit Kashyap - avatar
3 Answers
+ 6
c) 7 12
16th Mar 2018, 10:15 AM
cHiRaG GhOsH
cHiRaG GhOsH - avatar
+ 3
it's 6 12
18th Mar 2018, 2:11 PM
Ankit Kashyap
Ankit Kashyap - avatar
+ 1
Can you explain how ?
18th Mar 2018, 3:07 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar