logo

Crowdly

Browser

Add to Chrome

Asistență pentru programarea vizuală P-2231

Looking for Asistență pentru programarea vizuală P-2231 test answers and solutions? Browse our comprehensive collection of verified answers for Asistență pentru programarea vizuală P-2231 at moodle1.ceiti.md.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Analizați secvența de cod de mai jos și selectați răspunsul corect.

Ce valoare va avea c la finele execuției următorului program?

using System;

using System.Collections.Generic;

using System.Text;

namespace Conversii1

{

  class Program

 {

    static void Main(string[] args)

    {

       int a = 5;

       int b = 2;

       float c;

       c = (float)a / b;

       Console.WriteLine(“{0}/{1}={2}”, a, b, c);

       Console.ReadLine();

     }

  }

}

 

0%
0%
100%
0%
View this question

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome