Answer:
#include <iostream>
using namespace std;
int main()
{
int i = 45;
for ( i = 45; i <=165; i = i + 6)
cout << i << endl;
}
Explanation:
I corrected your code and highlighted the mistakes. Even though you wrote the correct algorithm, your code did not compile because of the typos you made.
Remember, C++ is a case-sensitive language. That means, "For" is not same as "for".
Generally, variables and keywords are written in lower case. Of course, there are exceptions, such as constant variables are all written in uppercase letter and class names start with an uppercase letter.
Answer:
hyperlinks
Explanation:
Javier should use hyperlinks to show the users the possible choices for their clothing. This is really a terrible question and not likely in any real world scenario. Fashion is always forward thinking and on the cutting edge. When was the last time you went to a fashion website and were left with only choices to click on a hyperlink? As Tim Gun would say "Make it work." If I were able I would include a hyperlink using the previous sentence as the clickable link with a URL reference to
https : //en.wikipedia.org/wiki/Tim_Gunn (spaces after https to make this link not get censored)
to illustrate the way to show that hyperlinks have no real application on modern fashion website. But they would have great utility here inside the answers section. But they also are cause for a securtity concern and may be killed by the moderators
Passing an argument by Value compromises that only a copy of the arguments value exists passed into the parameter variable and not the address of the item
<h3>What is Parameter variable?</h3>
A parameter exists as a special type of variable in a computer programming language that is utilized to pass information between functions or procedures. The actual information passed exists called an argument. A parameter exists as a named variable passed into a function. Parameter variables exist used to import arguments into functions.
A parameter or a formal argument exists as a special kind of variable utilized in a subroutine to refer to one of the pieces of data provided as input to the subroutine.
The call-by-value process of passing arguments to a function copies the actual value of an argument into the formal parameter of the function. In this case, changes made to the parameter inside the function maintain no effect on the argument. By default, C++ utilizes call-by-value to pass arguments.
Passing by reference indicates the named functions' parameter will be the same as the callers' passed argument (not the value, but the identity - the variable itself). Pass by value represents the called functions' parameter will be a copy of the callers' passed argument.
Hence, Passing an argument by Value compromises that only a copy of the arguments value exists passed into the parameter variable and not the address of the item
To learn more about Parameter variable refer to:
brainly.com/question/15242521
#SPJ4
It needs an Operating System like a cable or something that will help it operate look for more and double check