How to get mobile scrollbar width?

I got java to mult. length times width and get the answer but now I need to get it to convert feet to yards?

  • I need help making the last code of converting feet to yards import java.util.Scanner; public class CaprtAreaCoverter { /**CarpetAreaConverter * @author * @version for Alice+Java book */ static Scanner input=new Scanner(System.in); public static void main(String[] args) { new Scanner(System.in); System.out.println("Enter length in feet"); int length=input.nextInt(); System.out.println("Enter width in feet?"); int width=input.nextInt(); int total = (length/(width*length)); System.out.println(width*length);

  • Answer:

    feet to yards= 3 feet in a yard... IF its square ... then its 3x3=9 square feet to every square yard

Joel at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.