R
Q. What will be the output of the following C# code?
using System; namespace MyApplication { class Program { static void Main(string[] args) { double x = 10.25; Console.Write(Convert.ToInt32(x)); } } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Correct way to define a value 6.28 in a variable ‘pi’ where value cannot be modified?
Q. Which of the following characterizes the relational model for databases?
Q. C# programming language is used to develop -
Q. What will be the output of the following C# code?
Q. What will be the output of the following C# code?
Discusssion
Login to discuss.