C++ Programs

Categories

  • Cplusplus Programs
  • Graphics.h
  • Video Tutorials

Wednesday, 25 May 2016

Array TO Enter Values From User And Show OutPut


Array TO Enter Values From User And Show OutPut.........




#include<iostream>
using namespace std;
int main()
{
int a[3];
for(int i=0; i<3; i++)
{
cout<<"enter Value =";
cin>>a[i];
}
for(int i=0; i<3; i++)
{
cout<<"Value ="<<a[i]<<endl;
}
}
Posted by Unknown at 04:00
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Cplusplus Programs

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search

Adi Bhatti

Unknown
View my complete profile

Blog Archive

  • ▼  2016 (17)
    • ▼  May (17)
      • Passing Array Through Function And Return Value To...
      • Pointers By Function In C++ Program
      • Pointers In C++
      • What Is Array In C++ Video Tutorial In Urdu/Hindi
      • What Is Function In C++ In Urdu/Hindi Tutorial
      • Check Given Number Is Palindrome Or Not
      • Sorted Array By Slection Sorting In Dev C++
      • Sorted Array By Bubble Sort Method In Dev C++
      • Get Max Number In 5 Numbers Given By User (Greater...
      • Making a Calculator By switch statement In Dev C++
      • Draw A Bar with Graphics.h in Dev C++
      • Draw a Circle with Graphics.h In Dev C++
      • Two Dimensional Array C++ Program
      • Array TO Enter Values From User And Show OutPut
      • Draw A Line With Graphics.h In Dev C++
      • Using For Loop Find The Sum Of Whole Numbers Given...
      • Hello World - Writing, Compiling and Running a C++...

Grahpics.h labrary

C++ Tutorials For Function,Array Or etc. In Urdu

C++ Tutorials For Function,Array Or etc. In Urdu
ADii Bhatti. Awesome Inc. theme. Theme images by Roofoo. Powered by Blogger.