logo

Crowdly

Browser

Add to Chrome

#include "pch.h" #include <iostream> using namespace std; int main() { ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

#include "pch.h"

#include <iostream>

using namespace std;

int main()

{

float z=1021, p;

if ((1021 <= z) && (z < 1701)) {

p = z*0;

}

else if (z >= 1701) {

p =z*1;

}

cout << p;

}

0%
0%
100%
More questions like this

Want instant access to all verified answers on moodle.old.gi.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome