Computer Science, asked by silvamohanty1, 3 months ago

#include <iostream>
using namespace std;
int main( )
{
int x, y = 10;
x=(y<= 10) ?500:600;
cout <<"value of x:"<<x<<endl;
cout <<"value of y:"<<y<<endl;
return 0;
}

Answers

Answered by MILES95
1

Answer:

sorry I don't know

Explanation:

cause I am in 9th class

Similar questions