Starline - Insurance Tips

A Hub of Best Guide Health Insurance Tips

Saturday, April 4, 2020

Starline

#include
#include
using namespace std;

void starl();

int main()
{
    starl();
    cout<<"Data Type\t\tRange"<    starl();
    cout<<"char\t\t\t-128 to 127"<    cout<<"short\t\t\t-32,768 to 32,767"<    cout<<"int\t\t\tSystem Depandant"<    cout<<"long\t\t\t-2,147,483,682 to 2,147,483,647"<    starl();
   
    return 0;
}
void starl()
{
     for(int i=1; i<=60; i++)
     {
     cout<<'*';
      }
     cout<}

No comments:

Post a Comment