answersLogoWhite

0

What does STD mean to everyone?

Updated: 4/28/2022
User Avatar

Wiki User

13y ago

Best Answer

std means sexually transmitted disease.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does STD mean to everyone?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Doese Shakira have an STD?

No Shakira doesn't have a STD.


Does having fatigue mean you have a STD?

Having fatigue doesn't mean you have a STD.


Does Towson University have a high rate of STDs?

No its not. But that does not mean that everyone that attends is STD free. That's why its better to be SAFE then SORRY. Or you can participate in ABSTINENCE.


Does Cherokee d azz have a STD?

Yes. Everyone been in that without protection.


What does a std mean?

Sexual transmitted diseases


If you dont pee after sex does that mean you have an std?

are you for real? of course not!! (although if you never pee again after having sex once then that is a problem but it doesnt mean you have an std!)


What is the mean of STD and idd calls?

std means standard call and idd means international direct dial


If a man has an STD does it mean he has been unfaithful to his wife?

Not necessarily. If he has an STD, that does not mean he got it from sleeping around. He could have had it from birth (his parents) or he could have gotten it from a girl before he was married.


What does it mean if a guy is dating mOre then one girl?

he has an std


Does Bert McCracken have an STD?

No he does not, although he has been "around". If you get what I mean.


How do you print 1 to 100 in c without using loop condition?

If you mean you cannot use a for loop, then use a while loop: int i=0 while( i++ < 100 ) std::cout << i << " "; std::cout << std::endl; Or a do-while loop: int i=0; do std::cout << ++i << " "; while( i<100 ); std::cout << std::endl; If these are not allowed either, use a procedural loop: int i=0; again: std::cout << ++i << " "; if( i<100 ) goto again; std::cout << std::endl; If even that is not allowed, then the only option is to hard-wire: std::cout << 1 << " " << 2 << " " << [etc] << 99 << " " << 100 << std::endl; It does seem a pointless exercise when a for loop exists specifically for counting iterations like this: for( int i=1; i<=100; ++i ) std::cout << i << " "; std::cout << std::endl;


If n equals 108 and p equals 0.24 find the minimum usual value with mean of -2 std deviation and maximum usual value of mean plus 2 std deviation?

5 7