Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Which of the following will be the correct output for the C# NET program given below? namespace IndiabixConsoleApplication { class Sample { int i; Single

Which of the following will be the correct output for the C# NET program given below?
namespace IndiabixConsoleApplication
{
class Sample
{
int i;
Single j;
public void SetData(int i, Single j)
{
this.i = i;
this.j a j;
public void Display )
{
Console.WriteL ine(i +""+ j);
class MyProgram
{
static void Main(string[] args)
Sample s1- new Sample);
51.SetData (36,5.4F); s1.DisplayO;
O a.00.0
O b.365.400
O c 365.4
O d.365

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions