Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,192,930 members, 7,949,203 topics. Date: Saturday, 14 September 2024 at 10:02 PM |
Nairaland Forum / Science/Technology / Programming / Programmers In Da House Pls I Nid Ur Help (1890 Views)
See Money Making Programmers In Nairalans / How To Hire Good Programmers In Nigeria (an Experience Based Article) (2) (3) (4)
Programmers In Da House Pls I Nid Ur Help by darfay: 9:01pm On Mar 19, 2016 |
Awa guru programmers pls help me out with this ~using MS VISUAL BASIC write a program to solve any quadratic equation using the quadratic fomular that is X=-b +/-[b^2-4ac ----------------- 2a Where [= is square root Following the steps of the software development cycle(SDLC)[problem specification, analsis, design, implementation- write program code, Cc seunthomas,danielthGeek,dhtml8,asalimpo,maekhel,jidez007,etc |
Re: Programmers In Da House Pls I Nid Ur Help by Celebrimbor(m): 7:15pm On Mar 20, 2016 |
oboy go and put in effort to solve your assignment. 1 Like |
Re: Programmers In Da House Pls I Nid Ur Help by darfay: 11:08pm On Mar 20, 2016 |
Celebrimbor: Guy how u xpect me to know am na accounting student I b buh dis is a borrowed course nd I dind't deny it was my assignment Gracias |
Re: Programmers In Da House Pls I Nid Ur Help by OPEYEMIAD(m): 4:21am On Mar 22, 2016 |
Op programmer's were trained not to solved assignment only to help. Give it a trial, if you had any problem post your code here, they will correct it but not to write it for you. |
Re: Programmers In Da House Pls I Nid Ur Help by tr3y(m): 10:06am On Mar 22, 2016 |
OP, this is very simple na even though I don't code in VB. Its just simple arithmetic. just assign two var, one for the + part and the other for the -. |
Re: Programmers In Da House Pls I Nid Ur Help by pumpindkay(m): 12:07am On Mar 24, 2016 |
Dim x1, x2 As Double
Dim a As Integer
Dim b As Integer
Dim c As Integer a = Convert.ToInt32(TextBox1.Text) b = Convert.ToInt32(TextBox2.Text) c = Convert.ToInt32(TextBox3.Text) 'You can also initialize your variable using console method x1 = (-b + ((b ^ 2 )- 4 * a * c)) / (2*a) x2 = (-b - ((b ^2) - 4 * a * c)) / (2*a) Label1.Text = "x1 = " & x1 Label2.Text = "x2 = " & x2 'Compile the code to check if there is any error |
Re: Programmers In Da House Pls I Nid Ur Help by Fadman4real(m): 9:07am On Mar 24, 2016 |
I don't code visual basic but if you want the solution to the assignment I would be willing to learn it and give you d solution in two hours if we could decide on a fee. |
(1) (Reply)
Www.2go.com – How To Login 2go And Register / Free VTU Portal Creator With Multi-level System! / My 6weeks Improvement On Web Programming: Photos
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 9 |