Answer:
#include <iostream>
using namespace std;
int main() {
for(int i=33;i<=126;i++)//Using loop to print ASCII characters.
{
cout<<i<<char(i<<" ";//statement to print integer and it's ASCII characters with values.
}
return 0;
}
Explanation:
Put a closing parenthesis i char(i after doing that code will run .Since the answer was not getting posted hence i have to come to this resort.
I have used for loop for values 33 to 126 and for printing the ascii characters I have used typecasting converting the integer to corresponding char forcefully.
B. Which promotes a chemical reaction
Answer:
agile --> business modeling
RAD --> pair programing
waterfall --> deployment
spiral --> risk analysis
v-shaped model --> integration testing
not too sure about this but i tried
Answer:
a. convert the categories to numeric representations
Explanation:
The component that requires a plan to improve performance in resource use and pollutant output is the environmental management system.
<h3>What is a pollutant?</h3>
Pollutant simply means a substance that is harmful to the environment.
In this case, the component that requires a plan to improve performance in resource use and pollutant output is the environmental management system.
Learn more about pollutant on:
brainly.com/question/25537936
#SPJ12