Homework Answers

Math 58880 52480
Physics 50710 47629
Chemistry 44357 42759
Programming & Computer Science 34330 30918
Economics 34267 33209
English 12729 11462
Biology 9425 8734
Management 8270 7078
Engineering 8082 6895
History 4259 3853
Psychology 2611 2287
Geography 2457 1903
Sociology 2387 2125
Law 2080 1463
Other 2007 1890
Marketing 1915 1605
Philosophy 1405 1148
Political Science 1107 1010
French 565 528

Questions: 281 843

Answers by our Experts: 258 976

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Instructions:

  1. Ask the user for a string input
  2. From the string inputted, find the index of the capital letter.
  3. For this problem, it is guaranteed that there is only 1 capital letter in the inputted string.
  4. Hint: Use the isupper(char) function from the cctype library to check if a letter is capital or not.

Example:

Enter string: Philippines



Instructions:

  1. Check if the value of the char named myself is equal to one of the characters present in the string called others.
  2. Do this by comparing each of the characters in the string to myself.
  3. Print out only the index of the character which matches that of myself. If there are several matches, separate them by a single line.

Given code:

#include <iostream>

using namespace std;


int main() {

  // NOTE: Do not change this

  const char others[100] = "TheQuIckBrownFoxJumpedOvErTheLazyDog";

   

  char myself;


  // TODO: Ask the user for the value of `myself`

 

}

Sample input:

Enter myself: T


26


A MNP publisher of Statistics and Probability textbooks claims that the

average price of all hardbound textbooks is Php 500. A group of students

believes that the actual mean is higher and wishes to test their belief.


Find the area to the left of critical value t = 2.500 when sample size is 24

brainstorm and come up with a list of common filipino values. consider the strengths and weaknesses of these


Gathering Positivity

by CodeChum Admin

I always want to look at the positive side of things, so I decide to seriously look at positive numbers, too!


Will you code along with me?



Instructions:

  1. Using the do…while() loop, continuously scan for random integers, but add up only all the positive integers and store the total in one variable.
  2. The loop shall only be terminated when the inputted integer is zero. Afterwards, print out the total of all inputted positive integers.

Input

Multiple lines containing an integer on each.

2
3
4
-1
-5
1
0

Output

A line containing an integer.

10




Three machines A, B and C produce respectively 50%, 30% and 20% of the total number of items of a factory. The percentage of defective output of these machines are 3%, 4% and 5% respectively. if an item selected at random, find the probability that the item is non-defective.

What is the (ir)relevance of studying dead Western scholars as part of the SA sociology syllabus?

Recall that the length of the box is a substitute measure for the box’s volume. Plot a graph of your results from part A.


The average public elementary school has 468 students with a standard deviation of 87.If a random sample of 38 public elementary schools is selected,what is the probability that the number of students enrolled is between 445 and 485

LATEST TUTORIALS
APPROVED BY CLIENTS