1. Single-Line a. Function
2. String b. Loop
3. Input() c. Comments
4. While d. Mode
5. Script e. Operator
match the following
Answers
Answered by
1
Explanation:
1. single line comments
2. string mode
3. input() Function
4. while loop
5. script operator
Answered by
0
Answer:
- Single-line -- operator.
- String-- comments.
- Input() -- function.
- while -- loop.
- script -- mode.
Explanation:
- Single line is an operator used in c++ languages.
- string is the charter type using in the programming languages.
- input() is the function that access only the input to process the output. It is the function using the programming to read the input.
- while loop is using check the given statement is right or wrong.
- script is the mode that used in the html, c++, and other's.
Similar questions