Joined
Last Seen
-3 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 1
- Downvoting Members
- 4
0 Endorsements
Ranked #25.0K
3 Posted Topics
Re: loop problem
Try this It will work..... :) [CODE] #include<stdio.h> #include<iostream.h> #include<conio.h> void main() { clrscr(); int i,a=0,b=1,c; cout<<a<<"\n"<<b; for(i=1;i<10;i++) { c=a+b; a=b; b=c; cout<<"\n"<<c; } getch(); } [/CODE]
Re: simple problem
[QUOTE=memo1;1158638]Hi , I'm a new learner of Java I start study Java since 2 weeks one of my friends challenge me to type program that show the number which I enter , It's even or odd . could you help me about the main things ,,,[/QUOTE] // For any Query's …
The End.
Sahil Goel