Inactive Tutor answered 04/06/21
Tutor
New to Wyzant
#include <iostream>
int main()
{
int n;
cout << "Input the number :>";
cin >> n;
if (n==7) { cout << "Lucky" << endl; }
}
Kat H.
asked 04/05/21C++
#include <iostream>
using namespace std;
int main()
{
//YOUR_CODE
}
Inactive Tutor answered 04/06/21
#include <iostream>
int main()
{
int n;
cout << "Input the number :>";
cin >> n;
if (n==7) { cout << "Lucky" << endl; }
}
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.