X O ++

Bashar Meshemshan and Omran Al-Kasir

X O ++

BASHAR MESHMESHAN

OMRAN ALKSEIR

:اسماء المشاركين في المشروع

include <iostream>


using namespace std;


int main()

{

    int x ;


    cout << "welcome to XO++ " << endl;

    cout << "haw many times did you win?" << endl;


    cin >> x ;

    cout << " you have " <<x*5;

    cout <<" point ";

    return 0;

}