Thursday 20 September 2012

Re: ||| VuHelp4U ||| plz is ka program mjhay likh kday dein



On Thu, Sep 20, 2012 at 1:18 PM, `~fari `~ <gulsahar3@gmail.com> wrote:
thanx


On Thu, Sep 20, 2012 at 12:15 AM, MOAAZ SIDDIQ <moaaz.pk@gmail.com> wrote:
one more

#include<iostream.h>
int main()
{
int n,m=0;
cout<<"Enter any number:";
cin>>n;
while(n>0)
{
m *= 10;
m += n%10;
n /= 10;
}

cout<<"\nRevesed No:"<<m<<endl;
system("pause");
}




On Thu, Sep 20, 2012 at 12:03 PM, MOAAZ SIDDIQ <moaaz.pk@gmail.com> wrote:
you can also done this with while loop

#include<iostream.h>
#include<conio.h>
int main()
{
int a;
cout<<"Enter the no:";
cin>>a;
while(a!=0)
{
cout<<a%10;
a=a/10;
}
getch();
}


On Thu, Sep 20, 2012 at 11:47 AM, `~fari `~ <gulsahar3@gmail.com> wrote:
ye % ka sign q use krtay hein is program mein?


On Wed, Sep 19, 2012 at 11:29 PM, Hamid Khan <pathfinder610@gmail.com> wrote:
#include <iostream>
using namespace std;
 
int main() {
    cout << "Please enter a number: ";
    int y;
    cin >> y;
    cout << endl;
 
    int x, z;
 
    for (x = y; x > 0; x /= 10){
        z = x % 10;
        cout << z;
    }
    cout << endl;
    system("pause");
}


On 20 September 2012 11:23, MOAAZ SIDDIQ <moaaz.pk@gmail.com> wrote:
cs201 k bilkul start me 3rd ya 4th lecture me diya hoa he

On Thu, Sep 20, 2012 at 10:05 AM, `~fari `~ <gulsahar3@gmail.com> wrote:
.write a program that inputs a three digit number frm the user and displays it in reverse order.For example if th euser enter 123,it displays 321.

--
To post to this group, send email to vuhelp_pk@googlegroups.com
To unsubscribe from this group, send email to vuhelp_pk+unsubscribe@googlegroups.com
 
 
Group Rules Vuhelp4u
Sharing of Video songs links, movies links, dramas links are not allowed in study group. Only Islamic and general information Video links allowed.
SPAM, Advertisement, and Adult messages are NOT allowed and that member will be behaved strictly.
http://groups.google.com/group/vuhelp_pk?hl=en_US



--


اس نے انسان کو قطرہ نجس سے پیدا کیا پھر وہ کھلّم کھلّا  جھگڑا کرنے والا بن گیا ۔
 سورہ النحل

"Tum acha karo or zamana tmko bura samjhe ye tmhare haq mein behtar hy,
bajaye is k tum bura karo or zamana tmko acha samjhe"




--
To post to this group, send email to vuhelp_pk@googlegroups.com
To unsubscribe from this group, send email to vuhelp_pk+unsubscribe@googlegroups.com
 
 
Group Rules Vuhelp4u
Sharing of Video songs links, movies links, dramas links are not allowed in study group. Only Islamic and general information Video links allowed.
SPAM, Advertisement, and Adult messages are NOT allowed and that member will be behaved strictly.
http://groups.google.com/group/vuhelp_pk?hl=en_US



--

--
To post to this group, send email to vuhelp_pk@googlegroups.com
To unsubscribe from this group, send email to vuhelp_pk+unsubscribe@googlegroups.com
 
 
Group Rules Vuhelp4u
Sharing of Video songs links, movies links, dramas links are not allowed in study group. Only Islamic and general information Video links allowed.
SPAM, Advertisement, and Adult messages are NOT allowed and that member will be behaved strictly.
http://groups.google.com/group/vuhelp_pk?hl=en_US

--
To post to this group, send email to vuhelp_pk@googlegroups.com
To unsubscribe from this group, send email to vuhelp_pk+unsubscribe@googlegroups.com
 
 
Group Rules Vuhelp4u
Sharing of Video songs links, movies links, dramas links are not allowed in study group. Only Islamic and general information Video links allowed.
SPAM, Advertisement, and Adult messages are NOT allowed and that member will be behaved strictly.
http://groups.google.com/group/vuhelp_pk?hl=en_US



--


اس نے انسان کو قطرہ نجس سے پیدا کیا پھر وہ کھلّم کھلّا  جھگڑا کرنے والا بن گیا ۔
 سورہ النحل

"Tum acha karo or zamana tmko bura samjhe ye tmhare haq mein behtar hy,
bajaye is k tum bura karo or zamana tmko acha samjhe"







--


اس نے انسان کو قطرہ نجس سے پیدا کیا پھر وہ کھلّم کھلّا  جھگڑا کرنے والا بن گیا ۔
 سورہ النحل

"Tum acha karo or zamana tmko bura samjhe ye tmhare haq mein behtar hy,
bajaye is k tum bura karo or zamana tmko acha samjhe"




--
To post to this group, send email to vuhelp_pk@googlegroups.com
To unsubscribe from this group, send email to vuhelp_pk+unsubscribe@googlegroups.com
 
 
Group Rules Vuhelp4u
Sharing of Video songs links, movies links, dramas links are not allowed in study group. Only Islamic and general information Video links allowed.
SPAM, Advertisement, and Adult messages are NOT allowed and that member will be behaved strictly.
http://groups.google.com/group/vuhelp_pk?hl=en_US

--
To post to this group, send email to vuhelp_pk@googlegroups.com
To unsubscribe from this group, send email to vuhelp_pk+unsubscribe@googlegroups.com
 
 
Group Rules Vuhelp4u
Sharing of Video songs links, movies links, dramas links are not allowed in study group. Only Islamic and general information Video links allowed.
SPAM, Advertisement, and Adult messages are NOT allowed and that member will be behaved strictly.
http://groups.google.com/group/vuhelp_pk?hl=en_US



--
Home  l VU Cybarien l
Please Join us for 
iDea solutions of Assignments.
Solutions On Demand.
Please Join our google group ""cybarien-network@googlegroups.com"
Join our page on facebook, group on facebook
and channel on you tube for latest tutorials and other stuffs.
 
https://www.facebook.com/vucybariens

https://www.youtube.com/user/CYBARIENNETWORK

http://www.facebook.com/groups/vufanz/

 

Online Tutorials  of Different Courses Prepared by our team.
and many more
We are Concentrating on collecting Vu data and converting 
it into Mega and Giga Files for the ease of Students.
Finally You Guyz  Are Invited to Join us On :
You Can also download data without making account
by using testuser as id and testuser as password.
Use it Only for fair Purposes. Thanks.
Our Motto: No publicity, No earning, We are born to help others.

--
To post to this group, send email to vuhelp_pk@googlegroups.com
To unsubscribe from this group, send email to vuhelp_pk+unsubscribe@googlegroups.com
 
 
Group Rules Vuhelp4u
Sharing of Video songs links, movies links, dramas links are not allowed in study group. Only Islamic and general information Video links allowed.
SPAM, Advertisement, and Adult messages are NOT allowed and that member will be behaved strictly.
http://groups.google.com/group/vuhelp_pk?hl=en_US

No comments:

Post a Comment