The following program has several syntax errors as well as style inconsistencies. Correct the syntax errors and

Question:

The following program has several syntax errors as well as style inconsistencies.

Correct the syntax errors and identify the style violations.

namespace Chapter2

{

class converter

{

static void main(

{

CONST int inches = 12;

int x = 100; y = 10;

float z = 22.45;

double ans;

ans=inches+z*x%y;

System.write("The result is {f2:0} " + "ans");

}

}

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: