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.
B K
What are good male dog names?
Im in the market for a new dog. A german shepherd, and the name game is killing me. I've been looking up tons of names, but i just cant decide. I'm looking for all names, especially unique ones. A little on the shorter side. Anything would help though. Thanks!
4 AnswersDogs6 years agoDoes anyone know how to naturally boost testosterone?
I've been experiencing low t symptoms and while ill end up going to the doctor and probably getting prescribed something, I was wondering if there was something more natural that has proven to work well
2 AnswersMen's Health6 years agoWhy is my beard thinning?
My hair follicles themselves on my beard are thinning. I used to have a rough thick beard, and now it is thin and soft. Does anyone know what could be going on?
Low T? Vitamin deficiency?
1 AnswerHair6 years agoWhat happened to "Bike by Me" website?
I could be out of the loop and this could have been taken down years ago, but i just recently found out about bike by me, the swedish company that essentially lets you design your own bike. However, every time i try to go to the website, i am sent to some japanese website that has nothing to do with it...
2 AnswersCycling7 years agoInserting data into array C programming?
float mean[20];
for (x = 0;x < 1; x++)
{
for ( y = 0; y < 20; y++ )
{
float percent[500]={1...500}
int sample [25][20]
Im trying to calculate the mean and store it into mean array and then display each individual mean. how would i do this. Like after each row display mean?
1 AnswerProgramming & Design7 years agoHow do you paste large amount of numbers into program. C programming? Excel?
Im trying to transfer 500 numbers from an excel worksheet into
int percent[500]={1,2,3....500} ex.
The numbers are random, and id rather not type out 500 numbers in a row..
I tried copying and pasting, but the numbers got cut off after about 40 or so..
is there a way to just copy and paste all 500 numbers
1 AnswerProgramming & Design7 years agoExcel help? Formatting/ adding a character to each cell?
Our teacher gave us a long list of numbers in spreadsheet format, and for purposes of the assignment we have to transfer the numbers to word with a comma in between each of the numbers.
I was wondering if there was a way to insert a comma as like a formatting option after every number in the cell.
For example 1A = 23 1b=24 1C=25
can i make it read 23, 24, 25, without manually entering a comma after each number in every single cell. There are about 500 of these cells.
Any help would be greatly, greatly appreciated!
2 AnswersSoftware7 years agoHow to associate large range of numbers together in C programming?
int sample1[20]={66,95,108,116,141,144,171,192,213,233,291,308,317,330,331,342,363,423,476,478};
Thats just an example of one of the arrays. I have 25 different ones. It's a statistics situation in which we were given random numbers that need to be associated with a percent and then we are to caclulate the mean percent in each sample..
For ex. 4% is correlated with 66, 5% to 95, 4.21% 108.. etc. There are 500 numbers though.
I basically need to convert the random numbers to the associated percentages.
I was thinking a for loop to 500, but wouldnt know how to associate each other. Also didnt know if i could make an array [500] figures long.
I guess if you could show me a small model, i could make it work on a larger scale.
Like 1=1% 2=2% 3=1.5% 4= 2.1% 5=1.8%
int array[5]={2,2,4,1,5};
float percent[5]={1,2,1.5,2.1,1.8};
Im using code blocks if that is to any use. Thanks
Programming & Design7 years agoWhat does cooking dividends mean? stock market (mark twain)?
In the satirical news article,a bloody massacre, by mark twain, he discusses cooking dividends. Does anyone know what that means?
1 AnswerInvesting7 years agoWhy does this keep displaying twice after I enter a character in C programming?
int main()
{
char choice;
float balance;
do
{
choice=getMenuChoice();
switch (choice)
{
case 'D': case 'd':
displayBalance(makeDeposit(balance));
break;
case 'W': case 'w':
displayBalance(makeWithdrawal(balance));
break;
case 'B': case 'b':
displayBalance(balance);
break;
case 'Q': case 'q':
printf("Thank You!");
break;
}
}while (choice != 'Q' && choice != 'q');
return 0;
}
char getMenuChoice()
{
char choice;
float balance;
printf("\nWelcome to HFCC Federal Credit Union.");
printf("\nPlease choose from the following menu:");
printf("\nD: \tMake a deposit");
printf("\nW: \tMake a withdrawal");
printf("\nB: \tCheck your account balance");
printf("\nQ: \tQuit ");
scanf("%c",&choice);
return choice;
}
Every time i run the program itll prompt me to enter a character then when i do it opens the correct function lalala. But then after i complete the task of the nested function and click enter it then shows me getMenuChoice() function twice in a row..
Is the program accepting the character and the enter key and thats why it is giving me double function output?
Im new to programming. Help if you can. Thanks. What should i be doing different
2 AnswersProgramming & Design7 years agoHow would you ask and display a name in C programming?
all i know of are char variables which only accept one character. So how would you ask for a name and display it?
#include <stdio.h>
int main()
{
char name;
printf("Enter your first name");
scanf("%c",&name);
printf("Hello %c",name);
return 0;
}
Thats what i want to do, but i know that wont work. So how do you do this in C??
1 AnswerProgramming & Design7 years agoInvalid conversion from const char to char?
Im new to C programming. But i cant get past this error. Im trying to make a program that will read the date in ??/??/???? format and convert it to ex. January 7,2014. So im trying to convert the integer for ex. 1 to january...
void displayDate(int day, int month, int year,char leapYear)
{
char monthToChar;
int dayNo;
switch (month)
{
case 1:
monthToChar="January";
break;
case 2:
monthToChar="February";
break;
case 3:
monthToChar="March";
break;
It continues to december, but i keep getting the error invalid conversion from cons char to char. Im not sure how to fix it so it will accept this data type.
1 AnswerProgramming & Design7 years agoHow to hook up a fax machine?
Do I have to connect one line to the computer or can I just run a fax and phone line through comcast modem? Help?
2 AnswersOther - Electronics7 years agoWhy are there phone jacks on computers?
Why does a phone/fax line have to run through my computer? What did people used to do before computers.
4 AnswersLand Phones7 years agoTrouble with auto sum mac excel 2011?
Ive always been a windows user and when i add a number to a range of cells it would automatically update the cell which contains the sum function. However, on the macbook i am now using it doesn't do that.
For example i now have a sum function sum(a1:a10) and if i type a number into a1 my sum function will still read 0 unless i manually click on it and click f9. Its annoying, especially if i create a large worksheet. Anyone know whats up?
2 AnswersSoftware8 years agoPossible lawsuit? Doctor malpractice, ignorance?
When i was 17 about 3 years ago now, i was prescribed accutane. Although i did read through the ipledge, i was only 17. Just a kid. The doctor said it was right for me and i listened. I never had cystic acne, let alone severe recalcitrant nodular cysts. I experienced hair loss, thinning of skin, and facial flushing while on the course. The thinning was assured to me as temporary and the hair loss was thought of as impossible. My doctor just told me to continue course til the end. Just after this, i experienced rectal bleeding. Now years later the side effects are worse than ever. My skin has thinned everywhere to expose veins all over my body and i have dark circles under my eyes. My skin is showing fine lines/wrinkles and is still always dry and fragile. I now have rosacea and my hair has never returned. I also have tendonitis in my shoulder which came out of no where. The tendonitis is questionable. There are alot of people and sites that talk about it being a side effect and a lot that do not. I believe it to be. Anyways, what i was wondering is if i could sue my doctor for destruction of the quality of my life due to malpractice and or medical negligence/ignorance?
2 AnswersLaw & Ethics8 years agoAnyone know what this is? Red bumps?
Ive been extremely stressed lately. I took accutane and ive never recovered from some of the side effects. I have thin skin fragile skin, thinned hair etc.. I have red bumps forming on my stomach and they dont itch and I didnt even notice them until obviously i saw them. Is this some sort of bump caused by stress or? Im just hoping its not some type of auto immune disease or something...
This is a picture of one of them. I have about 4 of them 2 on my stomach/side and two on my back. It doesnt hurt or itch, its just there.
1 AnswerSkin Conditions8 years agoHas anyone ever used nizoral?
I took accutane about 2 years ago and it caused hair thinning. My derm prescribed me to take biotin and use nizoral shampoo. With my first use of nizoral shampoo my hair was falling out in my hands. Literally as i was applying the shampoo my hands were covered in hair. Im going to cease taking it until i hear from my derm and i dont even know if should start taking it again even if he says too. Does anyone know if there is supposed to be an initial shed before it gets better. Or any information/experience with nizoral shampoo.
2 AnswersHair9 years ago