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
Related Q & A:
- What do I need to get a good job in programming?Best solution by Quora
- I did something really bad and now i need help please help me.Best solution by Yahoo! Answers
- What do I need to get into community college?Best solution by Yahoo! Answers
- What grades do I need to get into college?Best solution by Yahoo! Answers
- Do I need to get my car inspected before I get it registered in New York State?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.