answersLogoWhite

0

March 21, 2008

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the chances of being pregnant if you had unprotected sex after taking ecstasy?

They are as good as if you had not been taking ecstasy. That is to say it depends on where you were in your menstrual cycle. You are also at risk for having caught any of several STD/STIs. It would be prudent to get an STD test as well as a pregnancy test.


Can you demonstrate a basic sorting program in C plus plus?

#include // std::ostream, std::cout, std::endl#include // std::string#include // std::vector#include // std::sortclass name{friend std::ostream& operator


Write your own c plus plus functions for the following problem Print the sort output on the console?

#include<iostream> #include<vector>#include<string> int main() { std::vector<std::string> names; for (int loop=0; loop!=10;) { std::cout << ++loop << " enter a name: "; std::string name; std::cin >> name; names.push_back (name); } names.sort(); std::cout << "Sorted names:" << std::endl; for (auto name : names) std::cout << name << std::endl; }


Program that input ten names from user c plus plus?

#include<iostream> #include<vector> #include<string> int main() { std::vector<std::string> names; for (int loop=0; loop!=10;) { std::cout << ++loop << " enter a name: "; std::string name; std::cin >> name; names.push_back (name); } }


A c comma c plus plus program that can accept first name surname and display it?

int main() { std::string first, last; std::cout << "Enter your first name: "; std::cin >> first; std::cout << "Enter your last name: "; std::cin >> last; }


Does sex give you diseases?

Sexual activity can transmit sexually transmitted infections (STIs) if proper precautions are not taken. Using condoms and practicing safe sex can greatly reduce the risk of transmitting or contracting STIs. Regular testing can also help detect and treat any infections early.


Can you get AIDS during a random blood test if the needle is not changed?

yea if the person before you has aids or STD


When will be the seventh STD scholarship exam 2014?

the date for scholarship exam of year 2014 for std 7th is 16 march 2014


Write a c plus plus program to sort the names in asecending order using array of objects?

#include<iostream> #include<vector> #include<string> #include<algorithm> int main() { std::vector<std::string> str_array = { "John", "Bill", "Alan", "Craig"}; std::sort (arr.begin(), arr.end()); }


If gay people have std and they're gay can they get it?

Depends on what you mean by "it". The germs that cause STDs don't know if you're gay or straight, male or female, so a gay person can get an STD from any sex partner who has an STD. But if you're asking if a gay person with an STD can make another person gay, the answer is No. Being gay isn't a disease.


Where to check maharashtra scholarship exam results of STD 7 and 4 of year 2011?

maharashtra scholarship result of 7 std 2012_2013


Why is abstinence the only foolproof way to prevent teen pregnancy and STD transmission?

The only way to get pregnant is to have sex. If you don't have sex, you can't get pregnant. STIs are transmitted through genital contact, so they, too are only preventable if you don't have sex.