Skip to content

Add your Hacktoberfest Contributions to this repository. Any changes made, will be merged.

Notifications You must be signed in to change notification settings

Shelby-dotcom/contribute

This branch is 41 commits behind mrqasimasif/contribute:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e03579 · Oct 31, 2020

History

31 Commits
Oct 18, 2020
Oct 31, 2020
Oct 18, 2020

Repository files navigation

contribute


Your any type of code here. This is the basic arithmetic calculator used to add, subtract, multiply and divide numbers.
//

//to find of length of characters

#include <iostream.> using namespace std; #define max 10 int main() { int number [max]={1,2,3,4,5,6,7,8,9,10}; int index; // cout.set(ios::right); for(index=0;index<max;index++) { cout<<endl<<"the elements of array element are.."<<endl; cout.width(10); cout <<(index +1)<<"is"; cout<<number[index]; } cout <<endl<<endl; return 0; }

About

Add your Hacktoberfest Contributions to this repository. Any changes made, will be merged.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%