Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,194,061 members, 7,953,212 topics. Date: Thursday, 19 September 2024 at 12:31 PM |
Nairaland Forum / Science/Technology / Programming / I nid ur help (1598 Views)
Programmers In Da House Pls I Nid Ur Help / I Need Ur Help / I Nid Help On This Python Programs (2) (3) (4)
I nid ur help by bunmioguns(m): 9:30am On Jun 22, 2012 |
Pls we were given this program to write and submit from school: . write a Pascal program to assign grades to scores of 100 students. The grading system is given as: 70-100 = A, 60 - 69 = B, 50 - 59 = C, 45- 49 = D, 40 - 44 = E, 0 - 39 = F. . . . .the algorithm is . Read matric no for all Read scores for all Compare score Match A grade Print output |
Re: I nid ur help by sparko1(m): 1:04pm On Jun 27, 2012 |
JUST OUT OF CURIOSITY DO YOU HAVE PASCAL PROGRAM? (I MEAN THE COMPILER) BECAUSE USING OTHER PROGRAM THE PROBLEM IS NOT DIFFICULT. |
Re: I nid ur help by bunmioguns(m): 5:34pm On Jun 29, 2012 |
Thanks bro, I hav d compiler on my laptop, thank God, I have written it myself and it compiled successfully |
Re: I nid ur help by Ajibel(m): 12:56pm On Jul 03, 2012 |
Nxt tym xplore evry option b4 voicing out 4help,dats wat i mostly do.gud luck |
Re: I nid ur help by bunmioguns(m): 10:24pm On Jul 18, 2012 |
Ajibel: Nxt tym xplore evry option b4 voicing out 4help,dats wat i mostly do.gud luck. . Thanks bro, nvr knew u tread here too |
Re: I nid ur help by StarrMatthieu: 2:34am On Jul 19, 2012 |
Great |
Re: I nid ur help by Nobody: 7:42pm On Jul 20, 2012 |
bunmioguns: Thanks bro, I hav d compiler on my laptop, thank God, I have written it myself and it compiled successfullyplease paste the code my guy. Are you a Computer Science student? |
Re: I nid ur help by bunmioguns(m): 11:06am On Jul 22, 2012 |
handsomeness:. . Well to the best of my knowledge, dis is wht i av written so far which compiled successfully, i knw dt there are still modifications on it, yeah am a computer science student.. . . . . . . program students_gradings; Var matricno,scores:array[1.. 100] of integer; grade:array[1..100] of char; count:integer; A,B,C,D,E,F:char; Begin for count:= 1 to 100 do writeln('enter matricno[count]'); Readln(matricno[count]); Writeln('enter scores[count]'); Readln(scores[count]); Writeln('enter grade[count]'); Readln (grade[count]); If scores[count] >=70 then grade[count]:=A; if scores[count] >=60 then grade[count] :=B; if scores[count] >=50 then grade[count] :=C; if scores[count] >=45 then grade[count] :=D; if scores[count] >=40 then grade[count] :=E; if scores[count] >=0 then grade[count] :=F; Writeln('matricno[count]'); Writeln('scores[count]'); Writeln('grade[count]'); End. |
Re: I nid ur help by Nobody: 11:17am On Jul 22, 2012 |
bunmioguns:hmmm.. That's cool. I'll try to program it in Python. Guy, which other programming language do you know? |
Re: I nid ur help by bunmioguns(m): 3:09pm On Jul 22, 2012 |
LOL. . . .am jst a novice abeg. . . . .bt very soon, i will start d professional training . . . . . . . It may nt work with Python because to d best of my knowledge, every programming language has its own syntax |
Re: I nid ur help by Nobody: 6:31pm On Jul 22, 2012 |
bunmioguns: LOL. . . .am jst a novice abeg. . . . .bt very soon, i will start d professional training . . . . .Yea, am going to change the syntax to suit python. Guy, but which programming language will you go for? Which ones do you like? |
Re: I nid ur help by Lisa1: 8:05am On Jul 23, 2012 |
Very nice! |
Re: I nid ur help by Ajibel(m): 11:33am On Jul 23, 2012 |
bunmioguns: yea pal, this is were i dine when not causing mischief in the jokes section but am just a web designer with plans to get into the programming field soon |
Re: I nid ur help by bunmioguns(m): 6:13pm On Jul 23, 2012 |
handsomeness: . . well you can jst gimme advice on that cos am planning of doing it with the NIIT, shld I go for Oracle? |
Re: I nid ur help by bunmioguns(m): 6:13pm On Jul 23, 2012 |
Lisa1: Very nice! |
Re: I nid ur help by Nobody: 7:47pm On Jul 23, 2012 |
bunmioguns:that will be nice.. Buh i don't know much about Oracle though. |
(1) (Reply)
Web Design Video Tutorials And Textbooks / How To Create Android App For Your Blog/website? / Django Developer Plz Help
(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. 21 |