Haseeb Ullah

I am a Writer

Haseeb Ullah

Hey I am Haseeb Ullah
I am an expert in Data entry operator, typist, transcriber, pdf conversion, marketer, data collection, scraper. I have an excellent speed and I believe in innovation and value addition in the client’s work.

  • PAKISTAN.
  • +923335590608
  • hk2456632@gmail.com
Me

My Professional Skills

Hey I am Haseeb Ullah
I am an expert in Data entry operator, typist, transcriber, pdf conversion, marketer, data collection, scraper. I have an excellent speed and I believe in innovation and value addition in the client’s work.

Virtual Assistant 90%
Typist 95%
Transcriber 80%
Data Entry 95%
Data Scraper 85%
Marketer 75%

Virtual Assistant

Data Entry

Data Scraping

Translation of languages

Typing

Marketing

0
completed project
0
current projects
  • Write a Cpp program to check whether a given year is leap or not:

     Write a C++ program to check whether a given year is leap or not:

    1. For century year if the given year is completely divided by 400 means reminder will  be zero .
    2. For non century year if it is is not completely divided by 100 and completely divided by 4.

            Coding:
           #include <iostream>
           using namespace std;
           int main(){ 
            int year;
         cout<<"Enter a year: "<<endl;

        cin>>year;
        if(year%400==0 || year%100!=0 && year%4==0){
            cout<<"This is leap year"<<endl;
        }
        else{
            cout<<"This is not leap year"<<endl;
        }

    return 0;

  • Write a program in Cpp to check whether a number is even or odd:

    Write a program to check whether a number is even or odd:

    1. For even number we check the reminder if reminder is equal to zero so the given number is even otherwise odd.
    2. For reminder in c++ we use modulus operator (%). 
              Coding:

             #include <iostream>

             using namespace std;

            int main(){

                  int x;

        cout<<"Enter a number: "<<endl;

        cin>>x;

        if(x%2==0){

            cout<<"This is even number: "<<endl;

        }

        else{

            cout<<"This is odd number: "<<endl;

        }


    return 0;

     }

    GET A FREE QUOTE NOW

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

    Search This Blog

    Powered by Blogger.

    Blog Archive

    Write a Cpp program to check whether a given year is leap or not:

     Write a C++ program to check whether  a given year is leap or not: For century year if the given year is completely divided by 400 means re...

    ADDRESS

    Peshawar Pakistan

    EMAIL

    hk2456632@mail.com

    WhatsApp Number

    +92 3335590608