Answer:
Following are the C++ code
int speed=20; // Store 20 in the speed varaible.
int time=10; //Store 10 in the time variable.
int distance = speed *time; // multiply by speed *time
cout<<distance; // display the value of distance
Explanation:
Following are the program in C++ language :
#include <iostream> // header file
using namespace std; // namespace
int main()
{
int speed=20; // Store 20 in the speed varaible.
int time=10; //Store 10 in the time variable.
int distance = speed *time; // multiply by speed *time
cout<<distance; // display the value of distance
return 0;
}
Output:20
Explanation:
Following are explanation of following code
- Declared a vaiable of type int called "speed" and store 20 on it.
- Declared a vaiable of type int called "time" and store 10 on it.
- multiply by speed into the time and store into the distance variable.
- finally print the "display" value
Answer:
Every worksheet is made up of thousands of rectangles, which are called cells. A cell is the intersection of a row and a column. ... You can also select multiple cells at the same time. A group of cells is known as a cell range
Answer:
The correct answer to the following question will be "Adaptive Optics".
Explanation:
- AO (Adaptive Optics) is a technique used to enhance optical system performance by reducing the impact of incoming gravitational wave distortions by compressing a mirror to compensate for the distortion.
- It operates by calculating and compensating for defects in a wave-front with a system that corrects these errors as a deformable mirror or even a liquid crystal collection.
- It is a technique that can make it possible for a single ground-based telescope to get images as clear as that of the Hubble Space Telescope.
- Certain methods can achieve power resolution that exceeds the limit set by atmospheric distortion, for example, Aperture synthesis, Lucky imaging, and Speckle imaging.
Therefore, Adaptive Optics is the right answer.
If there is an about page where it tells whom made the website, as well as a copyright 2016 on the bottom of the page. This basically means the website is useful and updated by the creators. Another factor which the site doesnt always need but if it has an https at the beginning of the url then it should be good and valid because that means the site is secured. Also factor in the sections where articles are present, if they have a date and an author towards the bottom or top of the article, then it can be trusted as well. Theres a lot more you can look for in a site and validating if it is an okay site but these are a few examples. Hope this helped!:)