Hi I would have to say B sorry if this answer is sucky but I'm trying my best to help you :D
Answer:
<em>#include <iostream></em>
<em>using namespace std;</em>
<em>int main()</em>
<em>{</em>
<em> int myNewAge;</em>
<em> int myCurrentAge = 29;</em>
<em> int currentYear = 2020;</em>
<em> </em>
<em>myNewAge = myCurrentAge+(2050-currentYear);</em>
<em />
<em>cout<<"My Current Age is "<<myCurrentAge<<". I will be "<<myNewAge<<" in 2050"<<endl;</em>
<em> return 0;</em>
<em>}</em>
Explanation:
The program is written in C++ language as required. firstly, we declare the three variables:
<em> </em><em>int myNewAge;</em>
<em> int myCurrentAge = 29;</em>
<em> int currentYear = 2020;</em>
Then we calculate the new age as: <em>myNewAge = myCurrentAge+(2050-currentYear);</em>
Using multiple cout operators (<em> </em><<) we display the output nicely as required by the question with this statement
<em>cout<<"My Current Age is "<<myCurrentAge<<". I will be "<<myNewAge<<" in 2050"<<endl;</em>
The length of time that a slide appears in a power point presentation before automatically advancing to the next slide can be set in the <span> the Transitions tab, then from Timing section, and enable After option and then enter the time interval.</span>
Using the knowledge in computational language in python it is possible to write a code that create a list of numbers 0 through 40 and assign this list to the variable numbers.
<h3>Writting the code:</h3>
<em>numbers=list(range(53));</em>
<em>print(numbers);</em>
<em>str1 = "I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living."</em>
<em>numbs=sum(map(lambda x:1, str1))</em>
<em>print(numbs);</em>
<em>numbers=list(range(41));</em>
<em>sum1=sum(numbers);</em>
<em>print(sum1);</em>
See more about python at brainly.com/question/18502436
#SPJ1
Answer:
You can change the color of text in your Word document. Select the text that you want to change. On the Home tab, in the Font group, choose the arrow next to Font Color, and then select a color.
You can display a graphics window and draw colorful shapes in it if you use the Show operation of the GraphicsWindow object. You can also specify properties of the graphics window, such as its title, height, width, and background color.
Explanation: Sorry I couldn't do the third question but hope it helps.