Answer: speaks Portuguese
Eu disse a todos a tradução para que possam te ajudar
Explanation: Y’all can help I have no idea
QUESTION 13. Explain the use of quotation marks in the excerpt "I will give each of you
seed. The one who will bring me the most beautiful flower within six months will be chosen but
wife and the future empress of China. ".
QUESTION 14. The palace servant considered the idea of her daughter attending the celeb
organized by the prince of the region, a foolish idea, a madness. This is an OP
Do you agree with this opinion of the character? Justify your answer.
Answer:
#include <iostream>
using namespace std;
void PrintPopcornTime(int bagOunces) {
if(bagOunces < 3){
cout << "Too small";
cout << endl;
}
else if(bagOunces > 10){
cout << "Too large";
cout << endl;
}
else{
cout << (6 * bagOunces) << " seconds" << endl;
}
}
int main() {
PrintPopcornTime(7);
return 0;
}
Explanation:
Using C++ to write the program. In line 1 we define the header "#include <iostream>" that defines the standard input/output stream objects. In line 2 "using namespace std" gives me the ability to use classes or functions, From lines 5 to 17 we define the function "PrintPopcornTime(), with int parameter bagOunces" Line 19 we can then call the function using 7 as the argument "PrintPopcornTime(7);" to get the expected output.
Answer:
hello your question has a missing part below is the missing part
Consider the string length equal to 
answer : 2cos(2t) sin(2x) - 10cos(10t)sin(10x)
Explanation:
Given string length =
distorted function f(x) = 2sin(2x) - 10sin(10x)
Determine the wave formed in the string
attached below is a detailed solution of the problem