Computer Science, asked by siddhu495, 11 months ago

Write a program to find sum of two distances with feet and inches in c without giving the input values

Answers

Answered by Anonymous
5

Answer:

Program to add two distances in inch-feet system. printf("Enter information for 1st distance\n"); printf("Enter feet: "); scanf("%d", &d1.

Similar questions