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. display the measurement in both inches and centimeters—for example, if inches is set to 3, the output should be: 3 inches is 7.62 centimeters. note: for final submission, set the number of inches equal to 3.

Solved
Show answers

Ask an AI advisor a question