and c++
#include<iostream>
using namespace std;
int main(){
int a;
cin>>a;
if(a >= 20 && a <= 30){
cout<<"Il numero inserito è compreso tra 20 e 30";
}
else{
cout<<"Il numero inserito non è compreso tra 20 e 30";
}
}
and c++
#include<iostream>
using namespace std;
int main(){
int a;
cin>>a;
if(a >= 20 && a <= 30){
cout<<"Il numero inserito è compreso tra 20 e 30";
}
else{
cout<<"Il numero inserito non è compreso tra 20 e 30";
}
}
opperanf >> c++
packet >> rec1.getPosition().x >> rec1.getPosition().y;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us