इसमें ठीक सम टू द नियरेस्ट एंड आल्सो फाइंड द डिफरेंस बिटवीन द स्टेट्स एंड द एक्चुअल सम 55+32
Answers
Answered by
1
Answer:
static void Main(string[] args)
{
double i = 3.897456465;
int y;
y = Convert.ToInt32(i);
Console.WriteLine(y);
y = (int)i;
Console.WriteLine(y);
Console.ReadKey()
Similar questions
Computer Science,
4 months ago
English,
4 months ago
English,
9 months ago
Geography,
9 months ago
Computer Science,
1 year ago
Math,
1 year ago