C Programming and Technical Programming Database

c# is a native of

a. java
b. .net
c. html
d. ruby

Read Solution (Total 15)

C Other Question

Write a program that lets you enter a distance in kilometers and that converts it into miles. The conversion factor is that 1 mile = 1.6093 kilometers. Write your own method to do the conversion and return the answer to the main program. #include
void main()
{
int a,b;
scanf("%d%d",&a&b);
printf("%d*%d%d",a,b);
}

output?