answersLogoWhite

0

HIV,AIDS,HERPES,CHLAMYDIA,HEPATITIS B,SYPHILIS,GONORRHEA,etc

User Avatar

Wiki User

∙ 14y ago

What else can I help you with?

Continue Learning about Engineering

How many cement blocks on a pallet?

6x8x16 has 120 mixed std and bb while 8x8x16 has 90 all std or bb and 12x8x16 has 60 all std or bb and 16x8x16 has 45 all std or bb. Hope that helps


How do you use sin in c plus plus?

#include<iostream> int main() { std::cout << "sin(1) = " << std::sin(1.0) << std::endl; std::cout << "cos(1) = " << std::cos(1.0) << std::endl; std::cout << "tan(1) = " << std::tan(1.0) << std::endl; std::cout << "asin(1) = " << std::asin(1.0) << std::endl; std::cout << "acos(1) = " << std::acos(1.0) << std::endl; std::cout << "atan(1) = " << std::atan(1.0) << std::endl; } Output: sin(1) = 0.841471 cos(1) = 0.540302 tan(1) = 1.55741 asin(1) = 1.5708 acos(1) = 0 atan(1) = 0.785398


How do you split a string in delimit c plus plus?

#include<iostream> #include<vector> #include<string> std::vector<std::string> parse (const std::string& s, const char delim) { std::vector<std::string> result {}; auto start = 0U; auto end = s.find (delim); while (end != s.npos) { result.push_back (s.substr(start, end - start)); start = ++end; end = s.find (delim, start); } result.push_back (s.substr (start, s.npos - start)); return result; } std::vector<std::string> parse (const std::string& s, const std::string& delim) { std::vector<std::string> result {}; auto start = 0U; auto end = s.find (delim); while (end != s.npos) { result.push_back (s.substr(start, end - start)); start = end + delim.length(); end = s.find (delim, start); } result.push_back (s.substr (start, s.npos - start)); return result; } int main() { std::string str1 = "This is a string that will be parsed by a single-space delimiter."; std::string str2 = "This==is==a==string==that==will==be==parsed==by==equal==operator."; std::string str3 = "This string has no delimiter."; std::cout << str1 << std::endl; std::vector<std::string> v1 = parse (str1, ' '); for (auto i : v1 ) std::cout << i << std::endl; std::cout << std::endl; std::cout << str2 << std::endl; std::vector<std::string> v2 = parse (str2, "=="); for (auto i : v2 ) std::cout << i << std::endl; std::cout << std::endl; std::cout << str3 << std::endl; std::vector<std::string> v3 = parse (str3, '\\'); for (auto i : v3 ) std::cout << i << std::endl; std::cout << std::endl; }


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; }


How C plus plus program to implement employee directory which will let the organization to perform the functions. Insert the record of new employee?

#include<iostream> #include<vector> #include<string> struct employee { std::string forename; std::string surname; std::string department; }; struct directory { std::vector<employee> v; void add_employee (const std::string&, const std::string&, const std::string&); }; void directory::add_employee (const std::string& forename, const std::string& surname, const std::string& department) { v.push_back (employee{forename, surname, department}); } int main() { std::string forename, surname, department; std::cout << "Enter employee's forename: "; std::cin >> forename; std::cout << "Enter employee's surname: "; std::cin >> surname; std::cout << "Enter employee's department: "; std::cin >> department; add_employee (forename, surname, department); }

Related Questions

Can diabetes be transferred sexually?

No, diabetes is not a sexually transmitted disease (STD).


Can an STD be transferred if both people don't have one already?

Not if monogomous


Can a male get a bladder infection if a female has one?

Yes, any STD can be transferred.


What jobs are there in edmond ok in edmond ok for a 14 year old?

...prostitution ...prostitution ...prostitution ...prostitution ...prostitution


How does prostitution effect society?

Prostitution where it is the way to earn money for women there is cause of more crime and violence on the street. It used be women selling their bodies for money but today there are men and women prostitutes. Prostitution is also cause of sexual transmitted diseases such as HIV. AIDS, Gonorrhea, syphilis. Also cause of physical, emotional and psychological problem. Many people with and STD feel that they can't have a sexual relationship with the partner in fear of passing the disease to them. They find prostitute on the corner to satisfy their sexual desire.


CAN an STD cause an ear infection?

yes, std's can cause many things.


What are the causes of prostitution in Africa?

Like many other places, the main cause of prostitution in Africa is poverty. It is done as a way to survive, since for many there are no job opportunities.


How many times is the word prostitution listed in the Bible?

192


Can aids be transmitted by being scratched by someone else?

AIDS is an STD, which can only be transferred by blood and body fluids. So if that nail has blood on it, yes.


Is prostitution legal in international waters and what are the regulations surrounding it?

Prostitution is not legal in international waters as it is subject to the laws of the country where the ship is registered. Many countries have laws against prostitution, and these laws apply to ships flying their flag. Additionally, international conventions and treaties may also prohibit prostitution on ships.


Why does prostitution starts from the Bible?

No religion started prostitution. Prostitution predates the bible by thousands of years.


Can being a nymphomaniac be damaging in any way?

Yes it can. Being a nymphomaniac can drastically increase the chance of getting an STD. It may also lead to prostitution or having relationships with dangerous people just to fill the need