Computer Science, asked by kranjna555oxa8gk, 1 year ago

Write a program to convert given inches into its equivalent yards, feet and inches. (1yard= 36 inches,1 foot = 12 inches)

Answers

Answered by codeist
1
Well, the easiest way might be javascript or python.


Well, you can create a program that handles input.

like in javascript
var userChoice = prompt("What is your choice?")
You might need to learn some DOM manipulation for this, which is very easy.


Regards.
Similar questions