Skip to content

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

Notifications You must be signed in to change notification settings

mrqasimasif/contribute

Folders and files

NameName
Last commit message
Last commit date
Oct 31, 2021
Oct 31, 2021
Oct 31, 2020
Oct 31, 2020
Oct 31, 2020
Oct 31, 2020
Oct 31, 2020
Oct 31, 2021
Oct 31, 2020
Oct 31, 2020
Oct 18, 2020
Oct 31, 2020
Oct 31, 2020
Oct 31, 2020
Oct 31, 2020
Nov 1, 2020
Oct 14, 2022
Oct 31, 2020
Oct 31, 2020
Oct 31, 2021

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 PR made, will be merged.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published