Okay what do you need to know
Answer:
cout<<count;
Explanation:
The above statement is in c++ which display the value of count .The cout statement is used in c++ to print the value on console .
Following are the code in c++
#include <iostream> // header file
using namespace std; // namespace
int main() // main method
{
int count=90; // count variable
cout<<count; // display the value of count
return 0;
}
Output:
90
In this program we have declared a count variable of integer type which is initialized by 90 and finally displays the value of count on the screen.
Answer:
A. FilmoraGo; C. Adobe Premiere
Explanation:
Many video editing software exists out there, but their function is pretty much the same. They edit, mix and customize clips to create beautiful multimedia content for different purposes (advertisements, podcasts, movies, comedy clips, etc.). This software used are different as some may contain more functions and setting than the other.
Let us take a brief dive into the options:
- FilmoraGo: is a video editing software that runs on Andriod and iOS. It contains many effects and it is pretty basic to use and understand.
- Google Photos: Created by Google, helps to organize your photo albums and stores them for you.
- Adobe Premiere: is also a video editing software, it was first launched in 2003 and has since evolved to contain more sophisticated video editing tools.
- Audacity: is an audio editor available for Windows, Mac OS, and Linux. This software is completely free and open source.
Hence, dLucy can use the FilmoraGo or the Adobe Premiere to edit her video clips.
172.30.0.0: private network
10.20.1.0: public network