Starting from:

$10

C# program named InchesToCentimeters

Write a C# program named InchesToCentimeters that declares a named constant that holds the number of centimeters in an inch: 2.54. Also declare a variable to represent a measurement in inches, and assign a value.

1. Display the measurement in both inches and centimeters – for example, 3 inches is 7.62 centimeters.

2.Make sure to Declare and initialize number of inches to

3. Also, Declare a constant for the number of centimeters per inch. Convert the number of inches to the number of centimeters.
4. Format and display the results for inches and centimeters. Compile and test the program to make sure there is no syntax error.

More products