Home > Back-end >  Help bosses
Help bosses

Time:09-23


Output write program, enter the value of x, y the value of the corresponding

CodePudding user response:

With the if the else can

CodePudding user response:

 
#include
using namespace std;
Int main ()
{
Int x, y;
cin> x;
If (x<1) y=x;
Else if ((x>=1) & amp; & (x<10))=2 * y x - 1;
The else y=3 * x - 11;
Coutreturn 0;
}

CodePudding user response:

Thank you for your bosses
  • Related