Facebook
From Kazi Majharul, 2 Months ago, written in C++.
Embed
Download Paste or View Raw
Hits: 163
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4.   {
  5.     int a;
  6.     int b;
  7.    
  8.     cout<<"Please enter your obtain number: ";
  9.     cin>>a;
  10.    
  11.