document.write( "Question 1121610: write an algorithm that will convert and display an inputted number in inches (in.)to its equivalent number in feet(ft.) HINT: 1 ft.= 12 inches \n" ); document.write( "
Algebra.Com's Answer #737559 by ikleyn(52864) You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "The algorithm is THIS sentence:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Take the value in inches and divide it by 12.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "That's all.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |