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.
![](https://s.yimg.com/ag/images/default_user_profile_pic_192sq.jpg)
Reilly
Questions regarding the Enuma Elish?
1. What existed before the heavens and the earth? -I'm pretty sure it was nothing as the gods were then formed in the heavens
2. How many gods created the earth? -I would like a specific number
3. How many gods created human beings?- I think it was just Ea, but not sure
4. What are human beings made out of and who made them?
5. What characteristics of Marduk in Enuma Elish (hint: I:79-103; IV 3-32, 35-41; IV 48-75, 95-117)?
2 AnswersMythology & Folklore6 years agoCould anyone help me with some questions regarding the Enuma Elish?
1. What existed before the heavens and the earth? -I'm pretty sure it was nothing as the gods were then formed in the heavens
2. How many gods created the earth? -I would like a specific number
3. How many gods created human beings?- I think it was just Ea, but not sure
4. What are human beings made out of and who made them?
5. What characteristics of Marduk in Enuma Elish (hint: I:79-103; IV 3-32, 35-41; IV 48-75, 95-117)?
1 AnswerReligion & Spirituality6 years agoI need help completing this assignment involving coding in Java to make a Stack. Any help?
Define a class Stack implementing the idea of a stack of integers. Your class should have the following methods:
void push(int n)
int pop()
boolean isEmpty()
You can assume that your stack will never be expected to store more than 100 items at a time.
I would suggest using an array to hold the items in the stack and have a variable to keep track of how many items are currently in the stack. So you will want something like
int[] items = new int[100];
int size = 0;
Then, to push an item you store the new item in items[size] and then add one to size. To pop an item, you subtract one from size and return items[size].
You should also define some sort of print method in the Stack class to print out the current contents of the stack. Then you can test your class with a short test program which creates a new Stack and then pushes two numbers, then prints the stack, then pops one, prints, etc.
PART TWO (3 pts)
Use a stack to write a program which reads in a bunch of numbers and then prints them in reverse order. The end of the input should be indicated by a value of 9999. Your program will use a Scanner to read numbers and then push each number into a Stack. When the input is done, your program will pop numbers from the stack and print them until the stack is empty.
1 AnswerProgramming & Design6 years agoAnalysis questions on The Racial State: Germany, 1933-1945 by Michael Burleigh. Any thoughts?
1. How did this book change your perspective of society during Nazi Germany? Were any of the particular documents, examples, or arguments in the book surprising to you?
2. What seemed to be the origins of the “racial state” as the authors describe it? Who seemed to be chiefly responsible for creating the organized system of racism?
3. According to the authors, how widespread was the participation within Nazi society in contributing to racial programs, in other words, which distinct groups participated, and how did they?
4. Were there any segments of the population that seemed less likely to participate or opposed to the organized persecution of minority groups?
5. Often, the policy of eugenics and other positions taken by the Nazi government are presented as modern or showing modernizing characteristics. What stance does the book take on this? Do you consider the anomaly of Nazi Germany to have been a more modern or regressed state? Support your stance with examples. (“Regressed” meaning a falling back to past ideals or values…)
1 AnswerBooks & Authors7 years agoCan't tell why my java program is returning 0.0 when it executes a command (program involves methods, classes, and constructors)?
Due to the length restriction on yahoo answers you can see the program at
http://stackoverflow.com/questions/26441071/java-i...
Thanks for the help!
1 AnswerProgramming & Design7 years agoJava program involving objects, classes and methods.?
Involves different types of vehicles and who can travel the fastest to a certain point on a grid.
1 AnswerProgramming & Design7 years agoJava programming question involving objects and classes.?
Really confused, am I supposed to be editing the skeleton?
Another measure for wind speed is the Beaufort scale consisting of integer numbers from 1 to 12.
1.Design and implement a Java class, for creating wind speeds. Implement a constructor to create wind speed for a given velocity in kilometers per hour.
2.The class must contain methods for getting the speed as knots or on the Beaufort scale. Furthermore, it must be possible to check whether the wind is calm or a European windstorm (Orcan).
Wind speeds less than 2 km/h are calm. More than 120 km/h is a European windstorm. A nautic mile is 1,852 Kilometer. The Beaufort scale is defined by B = (v/3.01)2/3, with v as the wind velocity in km/h. The Beaufort value B is rounded to the nearest integer. There are no Beaufort values larger than 12.
3.Write a class WindSpeedTester that takes wind speed as from user. Creates a WindSpeed object and sets the value of windSpeed through constructor. Prints the different windstorm speeds by calling the methods of WinfStorm class.
The skeleton for the code is :
public class WindSpeed {
private double kilometerPerHour = 0.0;
public WindSpeed(double kilometerPerHour) {
}
public boolean IsOrcan() {
}
public boolean isCalm() {
}
public double getKilometerPerHour() {
}
public double getKnots() {
}
public int getBeaufort() {
}
}
1 AnswerProgramming & Design7 years agoElectric Field Question?
1. Calculate the magnitude and direction of the electric field at point A as shown in the picture.
2. Using the picture still, if a +50 C charge was placed at point A, what would be the magnitude and direction of the net electrostatic force that would act upon it?
3. If Q1 was placed at the origin (0,0) and Q2 was placed on the x axis at (6,0), find the point between the two charges at which the Electic field would be 0.
Please show all work to help me. I have solved them but I am not sure if they are correct. Thanks for your help.
1 AnswerPhysics7 years agoAn automobile has an actual efficiency of 20% and produces 2500 J of work.?
1. How much heat must be added to the system in order to accomplish this work?
2. If the hot part of your engine was 400 K and the cold reservoir was 250 K, what would be the ideal efficiency of your engine?
3. If instead your engine had a carnot efficiency of 40%, how much heat would be wasted (exhausted to the cold reservoir, if you produced 5,000 J of useable work?
2 AnswersPhysics7 years agoFind the total work done on the gas during the entire cycle. Pay attention to positive and negative work?
Pressure is the y axis and Volume is the x axis. Photo of the graph can be viewed here: http://pho.to/4dW4j
Is B to C 1.5PV and is A to B 2PV? A to D would be no work and D to C should be 2PV. I don't know if these are right but I also don't know which would be negative or positive.
Thank you for your help.
2 AnswersPhysics7 years agoWhich process represented here is the most work done?
here is the graph http://pho.to/4dVzM
1 AnswerPhysics7 years agoWhat is the change in internal energy of a system if 500 J of heat are added to a system,?
What is the change in internal energy of a system if 500 J of heat are added to a system, and 125 J of work are done by the system on its surroundings?
I figured since you add 500 J and then do work on the surroundings (-125 J). You would get 500-125 to equal 375.
1 AnswerPhysics7 years agoPrepaid card to use online no fees for 1 time online purchase?
Is there a visa or mastercard prepaid card that has no fees if I just use it for a one time purchase online? I need this card to work online and be able to load it at a place that would accept cash to put money on the card. Any ideas?
3 AnswersCredit8 years agoWalmart Visa Gift Card?
I need to buy something online and currently do not have credit/debit card. I know the total will be $154.67. If I go to walmart, could I buy a visa gift card and put exactly 154.67 on it or would I need to buy 2 $100 visa gift cards. If I did have to buy 2 cards would I just combine those on one account? I dont think an online store would take two different cards to purchase an item, or am I wrong? Thanks.
3 AnswersOther - Business & Finance8 years agoIf I put in my credit card on my paypal account and then just add money from a Green Dot Money Pak card does?
If I put in my credit card on my paypal account and then just add money from a Green Dot Money Pak card does Paypal use my credit card for anything(fees, etc.)?
2 AnswersCredit8 years agoPaypal and Green Dot Money Pak and how to verify paypal account without bank account and credit card?
I dont want to link my bank account and I don't have a credit/ debit card but that seems to be the only way to verify the paypal account. Is there another way? Also, I did find how to add money to the paypal account without a credit/debit card or bank account by using Green Dot Money Pak at a store. I know these cost $4.95 up front and then you add on money to then put on your paypal account. Are there any other fees like charging you every time you add more money on to the Green Dot Money Pak?
2 AnswersPersonal Finance8 years agoAny workarounds to play league play with split screen in black ops 2?
In League play in Black ops 2, it says splitscreen is not allowed and I was wondering if there is a workaround because most of the time when I play league play at least one person on my team leaves and then it is really hard to win the match; but with a split screen the chances of that happening go down.
1 AnswerXbox8 years agoScuf Controller-methods of buying one?
I want to buy a Scuf controller and the problem is that I don't have a credit/debit card I can use to buy this. The main source of online money I have is amazon gift cards. Is there anyway for me to use those gift cards to end up buying a scuf controller. I have searched scuf gift cards but those are only sold on scuf's site as well.
2 AnswersXbox8 years agoPor or Para practice test for Spanish?
I was given a practice test to do for homework and need to see what the answers are to see how well I am or am not doing for the test tomorrow. The document is located here:
2 AnswersLanguages8 years agoSpanish Por or Para Practice Test?
I was given a practice test to do for homework and need to see what the answers are to see how well I am or am not doing for the test tomorrow. The document is located here:
2 AnswersLanguages8 years ago