I think it’s swipe up if i’m correct, if not sorry
Answer:
Tabs
Explanation:
The ribbon contains the tabs. The tabs contain the command groups which hold commands
IF THIS HELPS PLEASE MARK THIS ANSWER AS BRAINLIEST
(194°F-32)×5/9
= 90°C
therefore the answer is 90degrees Celcius
I'm pretty sure it's C) or D) because it seems those make the most sense because providing excitement does not matter if that is not their point, repeating a previous point is practically useless because that point has already been said.
Answer:
The option(B) is the correct answer .
Explanation:
In C++ the // (two slash marks ) indicating the beginning of a comment .The two slash marks ( // ) comment the single line in a program.To use two slash marks ( // ) comment we simply write // in which line we have to make comment.
following are the example of code in c++
#include<iostream.h> // header file
void main() // main method
{
cout<< " india"; // print india
}
here // indicating the beginning of a comment .