Answer:
The program is written in c++ , go to the explanation part for it, the output can be found in the attached files.
Explanation:
C++ Code:
#include <iostream>
using namespace std;
int main() {
int x;
cout<<"Enter a number: ";
cin>>x;
int largest = x;
int position = 1, count = 0;
while(x != 1)
{
count++;
cout<<x<<" ";
if(x > largest)
{
largest = x;
position = count;
}
if(x%2 == 0)
x = x/2;
else
x = 3*x + 1;
}
cout<<x<<endl;
cout<<"The largest number of the sequence is "<<largest<<endl;
cout<<"The position of the largest number is "<<position<<endl;
return 0;
}
Answer:
Tab: Home Tab
Command Group: Paragraph
Icon: Justify Icon
<em>The icon has no name; rather it is represented by 4 horizontal lines that are aligned on both edges</em>
<em />
Explanation:
To answer this question, I'll make use of the following attachment
<em>Where</em>
<em>1- represents the home tab</em>
<em>2 - represents the paragraph</em>
<em>3 - represents the justify icon</em>
<em />
I'll write it below Step-by-step explanation: Q1 a side that has 10 sides and 10 angles is called decagon. Q2 it is nonagon Q3 it is Pentagon Q4it is heptagon
Answer:
The answer is Groups
Explanation:
A ribbon organizes buttons and a program’s options into a series of groups or tabs at the top of the window. Typical ribbon tabs are composed of groups that are labeled as closely related commands. Dividing commands into groups in most Microsoft Office application helps users structure users structure the commands into related sets.