GIDForums  

Go Back   GIDForums > Computer Programming Forums > C++ Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 04-Nov-2007, 01:31
JAGJEET JAGJEET is offline
New Member
 
Join Date: Nov 2007
Posts: 1
JAGJEET is on a distinguished road

Plzzze Help With My School Homework Inc++


I have got these problems from my school in c++. Please help, Give complete code.
1. Accept single dim. array with assume 8 ,10 digits are accepted
Assume no.s are { 2,5,9,14,17,8,9,16 }
After rearrangement by swapping the two numberss are
{5,2,14,9,8,17,16,19 }

2. solve the sum of series
total=1 - 1 / 2! x^2 + 1 / 4 ! x^2 - 1 / 6 ! x^6 ........ upto N terms
  #2  
Old 04-Nov-2007, 01:47
Kimmo Kimmo is offline
Member
 
Join Date: Mar 2007
Location: Finland
Posts: 285
Kimmo is a jewel in the roughKimmo is a jewel in the roughKimmo is a jewel in the rough

Re: Plzzze Help With My School Homework Inc++


Quote:
Originally Posted by JAGJEET
Give complete code.
Not a chance. Especially not when someone tells me to give them complete code. That's not how a learning process works. If you ask specific questions, you might get some more meaningful help.

What's the problem?
  #3  
Old 04-Nov-2007, 02:56
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,335
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all

Re: Plzzze Help With My School Homework Inc++


Sure, anything for you. Here's #1:
Code:
dim x(8) i = 1 100 print "Enter number "; i input x(i) i = i + 1 if i <= 8 goto 100 i = 1 200 swap x(i), x(i+1) i = i + 2 if i <= 8 goto 200 i = 1 300 print x(i) i = i + 1 if i <= 8 goto 300 end
__________________

During the election they said Obama could only be elected when pigs fly. Well, we currently have an epidemic of Swine Flu. Coincidence?
  #4  
Old 04-Nov-2007, 03:15
admin's Avatar
admin admin is offline
Administrator
 
Join Date: Sep 2002
Posts: 841
admin will become famous soon enough

Re: Plzzze Help With My School Homework Inc++


I think we will delete these kinds of threads in the future. Keeping them will only attract more of the same.
__________________
Custom BB codes you can use here:
[HTML] | [C++] | [CSS] | [JAVA] | [PY] | [VB]
 
 

Recent GIDBlogAccepted for Ph.D. program by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Input stream question earachefl C++ Forum 17 26-Sep-2007 21:21
New to programming (Homework Help) fishguts Miscellaneous Programming Forum 1 12-Sep-2007 11:50
Back to School Special PROMO, see inside tinuzzo Web Hosting Advertisements & Offers 0 27-Aug-2007 03:41
Homework help Fusina C Programming Language 4 29-Jun-2007 10:56
DO my homework for me now CableGuy GIDForums™ 12 13-Sep-2005 10:38

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 16:27.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.