Answer:
the answer is C,a a Software Developer and a Web Developer who focuses in programming and software
Brainlist me if im right
Answer:
Following are the code to the given points:
#include <iostream>//header file
using namespace std;
int main()//defining main method
{
cout<<"Hello World!"<<endl;//print message for code 1
cout<<"Hello world!\nHow are you?"<<endl;//print message for code 2
cout<<"Hello world!\nHow are you? \n \t (I'm fine).";//print message for code 3
return 0;
}
Output:
Please find the attached file.
Explanation:
In the given code, inside the main method, three print statement is used, that prints the given message which is defined in the question, for the printing of the message we use "\n, endl, and \t".
In which the "\n and endl" both are used in C++, to break the line into a new-line, and "\t" is used for providing a tab space.
Answer:
Document symbol
Explanation:
This symbol is shaped like a rectangle with its bottom side in a wave, and it is used to represent the input or output of a document. For instance, this symbol might be used to outline a document input, such as receiving an email or report.
hope it helps
mark me brainliest pls
Answer:
GIF
Explanation:
The Graphic Interchange Format (GIF) is the image format that supports small animations made out of sequential frames played in sequence and possibly in loops, depending on the parameters saved in the file.
The Animated GIFs are seen everywhere these days on social medias, where people use them to express their emotions in bigger and more elaborate ways then emoticons.
The correct formula to use is <span>=IF(C2>B2;"Profit";"Loss"). The condition set is that if the selling price(C Column) is greater than the cost price(B Column), you earn a profit. When encoded in the formula, the translation in this statement would be C2>B2. When you use the formula </span>=IF(C2>B2;"Profit";"Loss"), the first word will be shown when the condition set is applicable. <span>In this case, if the condition is true, it displays the word "Profit" but otherwise, it displays "Loss". </span>