Entries by Student

write my assignment 17878

This is C++ coding assignment

please help me out

  1. Asks the user to enter any sequence of characters
  2. The program should display all the lower-case vowels that are present and the number of times each vowel occurs
  3. The program should display all the upper-case vowels that are present and the number of times each vowel occurs
  4. The program should display the upper-case vowel which appears most frequently in the user input AND the number of times it appeared.
  5. The program should display the lower-case vowel which appears most frequently in the user input AND the number of times it appeared.
  6. The user must be asked if he/she wants to continue entering values or quit.
  7. You must demonstrate effective use of the new and delete operators. THIS IS THE POINT OF THE QUIZ
  8. Remember to comment your code
  9. Use meaningful or mnemonic variable names
  10. You must use a pointer to a variable of type char to store the user input, and you MUST allocate the EXACT amount of memory to store all the characters entered by the user. For example:
  11. If the user types Awq, then you need to use the new operator to allocate dynamic memory for a pointer to a char of size 3: UserInputCharArray = new char[3];
  12. If the user types 300 letters, then you need to use the new operator to allocate memory for a pointer to a char of size 300: UserInputCharArray = new char[300];
  13. In order to accomplish this, you must capture the user input one char at a time using a loop. As you are capturing the chars you need to be clever enough to count

 

"Not answered?"


Get the Answer

write my assignment 4728

1) fired crucible is handled with oily fingers before its mass measurement. Subsequently, in part b.1, the oil from the fingers is burned off. Will the percent water in the hydrated salt be reported as being too high, too low, or unaffected ? explain please

2) during the cooling of the fired crucible, water vapor condensed on the crucible wall before its mass measurement. The condensation did not occur following thermal decomposition of the hydrated salt in part b. Will the  percent water in the hydrated salt be reported as being too high, too low , or unaffected ? Explain.

3) the crucible is handled with oily fingers after its mass measurements but before the 3g sample of the hydrated salt be reported as being too high, too low or unaffected ? Explain

 

"Not answered?"


Get the Answer

write my assignment 12136

1.The Civil Rights Act of 1964: 

a.Established the first affirmative action programs. 

b.Guaranteed equal access to hotels, restaurants, and other public accomodations.

c.Ended the white primary.

d.Ended discrimination in the purchase or rental of housing.

2.Urban rioting/rebellions by Blacks from 1964 to 1968 occurred where and was a result of? 

a.The South, young blacks becoming frustrated with SCLC’s peaceful civil disobedience.

b.The North and West, out of frustration with discrimination in jobs, education, and police brutality

c.The North, in reaction to Martin Luther King and JFK’s assasination.

d.Only in the South, frustration with discrimination in jobs, education, and lack of voting rights.

3.The Supreme Court case of Brown v. Board of Education declared that separate public schools for black and white children are:

a.Impermissible in elementary/high schools but were permissible in college

b.Permissible as long as the schools are “equal” in funding, facilities, and other measurable qualities

c.Permissible unless students or parents at those schools objected

d.Impermissible

 

"Not answered?"


Get the Answer

write my assignment 6946

To begin, select an existing health care system in a small city in Florida. The city should have a population of less than 200,000.

Create a 700- to 1,050–word profile of the city you selected along with details like:

  • Map of the city
  • Types and locations of medical services
  • Demographics (population, age, gender, etc.)
  • Income and employment
  • Residential details

Include a rationale of why you selected the city, including if you have any prior experience or knowledge about the existing health care system in that city.

Cite three reputable references to support your assignment (e.g., trade or industry publications, government or agency websites, scholarly works, or other sources of similar quality).

Format your assignment according to APA guidelines.

 

"Not answered?"


Get the Answer