Math, asked by Choout, 9 months ago

इसमें ठीक सम टू द नियरेस्ट एंड आल्सो फाइंड द डिफरेंस बिटवीन द स्टेट्स एंड द एक्चुअल सम 55+32​

Answers

Answered by suraj245670
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
Math, 11 months ago