Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Saltwater Pirate
Cherry Bomb Glasspack?
I was wondering what the difference was in the size and length of the bodies of the Cherry Bomb Glasspack were. I do want it to be loud and to be noticed. However I believe I have a 2 1/4 inch tail pipe and wanted to know how the length of the body affects the sound. The mufflers that are available are 3.5" body width, and the body lengths vary from 8 inches to 26 inches. I was wondering which end of the range produced the loudest sound. I think the 8 inch would, as there is less room for the exhaust to catch. Thank you in advance!
4 AnswersOther - Cars & Transportation1 decade agoJAVA HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
I need some help with this JAVA assignment.
Write a program that will read in a list of positive integers ( including zero) and display some statistics regarding the integers.
The list should be entered by the user, in sorted order, starting with the smallest number and ending with the largest number.
It needs to follow the exact specifications of the program requirements which can be found here:
http://www.cs.ecu.edu/rhoggard/2310/assignments/as...
IF you can help with this, then that would be a great help!
2 AnswersProgramming & Design1 decade agoJAVA HELP (NEEDS TO BE ABLE TO RUN IN ECLIPSE)?
I need some help with my java program.
if you can fix this to be what the teacher wants
http://www.cs.ecu.edu/rhoggard/2310/assignments/as...
import java.util.*;
public class LargeNums {
public static Scanner keyboard;
static final int MAXSIZE=20;
public static void main(String[] args) {
Scanner keyboard=new Scanner(System.in);
String input, userInput;
int [] num1, userEntry, userResult, num;
num1=new int [MAXSIZE];
userEntry=new int [MAXSIZE];
userResult=new int [MAXSIZE];
System.out.println("Please enter a number up to " + MAXSIZE + " digits long to be added to another digit: ");
userInput=keyboard.next();
for ( int x = userInput.length() - 1, pos = MAXSIZE - 1, errorCount = 0; x >= 0; x--){
if(Character.isDigit(userInput.charAt(x))){
errorCount++;
if (errorCount > MAXSIZE){
System.out.println("Error! You have entered more than " + MAXSIZE + " digits...");
System.exit(0);
}
num [x] = userInput.charAt(x) - '0';
userInput[pos] = num;
pos--;
}
}
System.out.println("Please enter another digit up to " +MAXSIZE+ " digits long to be added to the first digit:");
input=keyboard.next();
}
}
1 AnswerProgramming & Design1 decade agoValue of this Champagne?
I have a bottle of Joseph Perrier Brut Cuvee Royale champagne. It is approximately 25-30 years old and has never been dropped to my knowledge. I want to pop the cork for this on my birthday, but want to know if it would be better to save it and sell it.
Here is a photostream on Flikr with 3 pics of it.
5 AnswersBeer, Wine & Spirits1 decade agoJAVA PROGRAMMING!!!! HELP!!!!!?
I need to add a looped menu to my program. It has to be able to take an entry from the user use that to go to one of the methods already in the program. Once the method is done, it must be able to go back to the main menu. Included is my code. Any help would be great
import java.util.*;
public class Sizes {
public static Scanner keyboard;
public static void main(String[] args) {
keyboard = new Scanner (System.in);
int age, weight, height;
System.out.println("Please enter your Weight (in pounds), Height (in inches), and Age:");
weight=keyboard.nextInt();
height=keyboard.nextInt();
age=keyboard.nextInt();
}
//calculates hat size for the user based on weight and height
public static double hatSize(double weight, int height) {
return weight/height*2.9;//calculation for hat size
}
//calculates jacket size for the user based on height and weight
public static double jacketSize (double height, int weight, int age){
double jcktSz; //variable for the calculation
jcktSz=height*weight/288;//calculates the size
for (int count=40; count<=age; count +=10)
jcktSz+=(1.0/8);//adding a little bit more size as the age increases
return jcktSz;
}
//calculates waist size for the user based on weight
public static double waistSize (double weight, int age){
double wstSz;
wstSz=weight/5.7;//calculates the waist size
for (int count=30; count<=age; count+=2)
wstSz+=(1.0/10);//adds more size as age increases
return wstSz;
}
public static int menu ( int hat, int jacket, int waist, int anonymous){
System.out.println("1. HAT SIZE");
System.out.println("2. JACKET SIZE");
System.out.println("3. WAIST SIZE");
System.out.println("4. CALCULATE FOR ANOTHER PERSON");
hat=keyboard.nextInt();
jacket=keyboard.nextInt();
waist=keyboard.nextInt();
anonymous=keyboard.nextInt();
}
}
2 AnswersProgramming & Design1 decade ago~~~~~~~SKYDIVING ANYBODY~~~~~~~?
I am a big guy...265lbs and I would love to go skydiving. However, I want to know if there is a way I can go. I know a lot of tandem skydivers wont take over 210. I was wondering if there was a way I could do freefall my first time. I would love to do this. Looking at some sites in NC (where I live) it appears as if you can. Any help would be appreciated.
THANKS GUYS AND LADIES!
2 AnswersOther - Outdoor Recreation1 decade agoHelp with my JEEP Wrangler!?
Hey guys, I'm getting a Jeep Wrangler and need some help figuring out some things. I plan to put 35" Crushers on it with a 6" lift. I was wondering if I needed to upgrade my axles, as I will mostly be doing mudding and no rock crawling. Also, any other advice you can give me would be great!
10 AnswersJeep1 decade agoWhere Can I Watch the 2007 Rugby World Cup In America, Namely Eastern North Carolina?
I have sudenlink cable and was wondering if any of the channels would be carrying the 2007 Rugby World Cup. Thanks!
3 AnswersRugby1 decade agoZORA NEAL HURSTON Please Hurry?
What types of folklore did Zora Neal Hurston Collect? I need examples if possible.
1 AnswerMythology & Folklore2 decades agowhat is 10 things about Zora Neale Hurston that most people dont know?
1 AnswerHomework Help2 decades ago