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.
Bun
Mind your own business.
Least Common Denominator vs Least Common multiple?
i am always confused between these two,
3, 4, 5
A. find the Least Common Denominator
B. find Least Common multiple
2 AnswersMathematics10 years agoIs Sunday the first day of the week or the last day of the week?
some calendars put Sunday before Monday and end with Saturday, and some starts from Monday and end with Sunday.
9 AnswersOther - Science1 decade agoneed advice about be a programmer?
i wanna learn programming. some people ask me what kinda programmer i want to be. i actually dont have an answer myself. so, what kinda programmer can find a job easier to date? and i am a absolute beginner who have no experience on programming at all. what kinda language du think i should start at? c++? c? java? html? c#? and more...... any advice? thanks
7 AnswersProgramming & Design1 decade agodoes anyone have problem with youtube?
it happens often recently. when i click on a video, i sometimes get an error that says Bad Response from server. sometimes it asks me to download something and sometimes it just keeps connecting. is it youtube or firefox problem?
4 AnswersYouTube1 decade agowhos gonna win, Chuck Norris or Bruce Lee?
Rambo or Schwarzenegger
2 AnswersPolls & Surveys1 decade agoSurvey: How do you draw a circle?
1. do you draw it clockwise or counterclockwise?
2. are you left handed or right handed?
4 AnswersPolls & Surveys1 decade agodoes stun gun conduct electricity?
like if i try it on a metal pole while someone is holding it, can he get shock?
2 AnswersOther - Science1 decade agowhat du think the world is gonna be like in the year of 3000?
6 AnswersPolls & Surveys1 decade agowhat is the shape of a black hole?
i know it looks like a black circle, but is its shape a disc or a sphere or a cone? if it is a disc shape, then it must have 2 sides.
also, it says that nothing can escape black hole, not even the speed of light. if so, how can some beams eject from a black hole?
7 AnswersAstronomy & Space1 decade agothings that flow on water is based on what?
it seems like things that flow on water is not based on their weight. of course, the depth of water is one of the key. if you throw a heavy giant tree truck into the ocean, it flows. but if you throw a little rock, it sinks. why is that? also, how can a giant ship flows but sinks when water gets in? does water make the ship heavier?
2 AnswersOther - Science1 decade agohow fast does electricity travel?
when you turn on a light, it's instantly on. when you turn it off, it's instantly off. does electricity travel at the speed of light?
6 AnswersPhysics1 decade agohow hot can temperature go?
i just read an article on yahoo homepage that human created 4 trillion degree C!!!!! thats like 40000+ times hotter than our sun. now we know the coldest temp can only go to 0K, what about the hottest?
3 AnswersPhysics1 decade agois this a good way to install a new windows?
i am using windows vista 64 Ultimate. i know that if you install windows 7, there would be a folder calls Old Windows. inside are all the old files you have. so instead of reformat the whole HD, is it ok to just install a new windows like that? then just delete the Old windows file and use ccleaner to remove all the unwanted registry? that can save a lot of time.
1 AnswerDesktops1 decade agohow come snow is white?
if snow becomes clear water when it melts, why is it white?
8 AnswersOther - Science1 decade agowhy are Asian carps unwelcome in the US?
why is it a big problem? they are just fish. it's not like they eat human.
2 AnswersZoology1 decade agohow can i write a statement for an input that the user can only enter number?
for example,
int km, mile;
cout<<"enter the value of kilometer." << endl;
cin >> km;
if (km != ____) {
cout << "Please enter number only" << endl;
}
else {
mile = km / 1.6;
cout << km << " kilometers" << " equals " << mile << " miles." << endl;
}
what should i write in that blank, if (km != ____)
4 AnswersProgramming & Design1 decade agohelp me to fix this code?
double km;
double mile;
string exit = "exit";
cout << "Convert From Kilometer to Miles." << endl;
cout << "kilometer" <<endl;
do {
cin >> km;
mile = km / 1.6;
cout << km << " kilometers" << " equals " << mile << " miles." << endl;
cout << "Type exit when done." << endl;
}
while (exit != "exit");
it doesnt loop. after it calculates the result. it asks me to press any key to exit.
4 AnswersProgramming & Design1 decade agowhy do people want to know who Mona Lisa is?
there are lots of famous portrait paintings. i just wonder why so many people wanna know about Mona Lisa. what if Lisa was a man or a real woman or whatever? does that mean anything?
4 AnswersPhilosophy1 decade agowhats wrong in this code?
int main(int argc, char *argv[])
{
float km;
float mile;
mile = km / 1.6;
cout << "Convert From Kilometer to Miles." << endl;
cout << "enter the kilometer" <<endl;
cin >> km;
cout << km << " kilometers" << " equals " << mile << " miles." << endl;
i cant make it right. let say i type in 4,but i get the answer like 5.50217e+032 miles. if i change the variable type to int, i get the answer 1239188192. if i change to double, i get another weird answer. anyone see an error in this code?
3 AnswersProgramming & Design1 decade ago